Skip to content

Commit

Permalink
Add support and testing for Python 3.9 (#220)
Browse files Browse the repository at this point in the history
Run tests on CI to verify that things work with the new release.
  • Loading branch information
leouieda authored Nov 27, 2020
1 parent caf1edf commit f180416
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
python: [3.6, 3.7, 3.8]
python: [3.6, 3.7, 3.8, 3.9]
# If "optional", will install non-required dependencies in the build
# environment. Otherwise, only required dependencies are installed.
dependencies: [""]
Expand Down
2 changes: 2 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Documentation:

Maintenance:

* Add support for Python 3.9. (`#220
<https://github.com/fatiando/pooch/pull/220>`__)
* Drop support for Python 3.5. (`#204
<https://github.com/fatiando/pooch/pull/204>`__)
* Use pip instead of conda to speed up Actions (`#216
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
f"License :: OSI Approved :: {LICENSE}",
]
Expand Down

0 comments on commit f180416

Please sign in to comment.