Skip to content

Commit

Permalink
CI: added tests for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Oct 10, 2020
1 parent dbba4f4 commit 8bab8fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Release 2.0.6

* `scikit-ued` is being re-licensed from the MIT license to the GPLv3 license.
* The `fast` argument to `skued.align` and `skued.ialign` has been deprecated. Its value has no effect anymore.
* Official support for Python 3.9.

Release 2.0.5
-------------
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ environment:
- PYTHON_VERSION: "3.6"
- PYTHON_VERSION: "3.7"
- PYTHON_VERSION: "3.8"
- PYTHON_VERSION: "3.9"

matrix:
fast_finish: true
Expand Down

0 comments on commit 8bab8fd

Please sign in to comment.