Python 3.10

This commit is contained in:
lilydjwg 2021-10-07 14:46:13 +08:00
parent 3ef83b0a95
commit ceb573f337
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
# pypy fails in some cases but we don't care much about that
# with github actions we can't mark some jobs to not affect the overall
# conclusion so we have to omit "allow-failure" tests.

View File

@ -58,6 +58,7 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development",