Skip to content

Commit

Permalink
py 3.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Oct 28, 2021
1 parent 12c650e commit f472b9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [2.7, 3.6, 3.8, 3.9]
python-version: [2.7, 3.6, 3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
test_suite='runtests.collect_tests',
entry_points={
Expand Down

0 comments on commit f472b9a

Please sign in to comment.