Skip to content

Commit

Permalink
Add official support for Python 3.9 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Florimond Manca authored Dec 9, 2020
1 parent 5329db2 commit a01754d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.8"]
python-version: ["3.7", "3.8", "3.9"]

steps:
- uses: "actions/checkout@v2"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ def get_long_description() -> str:
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
)

0 comments on commit a01754d

Please sign in to comment.