Skip to content

Commit

Permalink
Add support for Python 3.10 (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 18, 2021
1 parent 98620ab commit 98de462
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
platform: ["ubuntu-latest", "windows-latest"]
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]

steps:
- uses: "actions/checkout@v2"
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -27,6 +27,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Utilities

[options]
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -12,6 +12,7 @@ python =
3.7: py37, docs
3.8: py38, typing
3.9: py39
3.10: py310


[tox]
Expand Down

0 comments on commit 98de462

Please sign in to comment.