Skip to content

Commit

Permalink
feat: add support for Python 3.10 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Oct 7, 2021
1 parent f0e245b commit 4dbd14a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -27,7 +27,7 @@

DEFAULT_PYTHON_VERSION = "3.8"
SYSTEM_TEST_PYTHON_VERSIONS = ["3.8"]
UNIT_TEST_PYTHON_VERSIONS = ["3.6", "3.7", "3.8", "3.9"]
UNIT_TEST_PYTHON_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10"]


@nox.session(python=UNIT_TEST_PYTHON_VERSIONS)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -61,6 +61,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Internet',
],
)

0 comments on commit 4dbd14a

Please sign in to comment.