Skip to content

Commit

Permalink
Merge pull request #385 from olemke/add-python-39
Browse files Browse the repository at this point in the history
Add Python 3.9 support
  • Loading branch information
olemke authored May 19, 2021
2 parents 59ca873 + c3b023d commit d62bfb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
name: [ubuntu, windows, macos]
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]

include:
- name: ubuntu
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
python_requires="~=3.6",
include_package_data=True,
Expand Down

0 comments on commit d62bfb4

Please sign in to comment.