Skip to content

Commit

Permalink
setup.py: add support for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Mar 27, 2022
1 parent b5c71bf commit 1d5ada2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
# Use only lowest and highest supported python versions for now,
# to speed up CI runs
python-version: [3.6, "3.10"]
python-version: [3.6, "3.10", 3.11]
node-version: [16]
fail-fast: false

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
install_requires=requires,
tests_require=tests_require,
Expand Down

0 comments on commit 1d5ada2

Please sign in to comment.