Skip to content

Commit

Permalink
Now tested with Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Dec 5, 2021
1 parent 90b0c23 commit b178d53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- '3.10.0-beta - 3.10.0'
- '3.10'
os: [ubuntu-latest]
steps:
- name: Check out repository code
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def run(self):
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: System :: Archiving",
],
cmdclass = {'build_py': build_py, 'sdist': sdist, 'init_py': init_py},
Expand Down

0 comments on commit b178d53

Please sign in to comment.