mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-01-13 09:40:54 +00:00
Python 3.10
This commit is contained in:
parent
3ef83b0a95
commit
ceb573f337
1
.github/workflows/tests.yaml
vendored
1
.github/workflows/tests.yaml
vendored
@ -10,6 +10,7 @@ jobs:
|
|||||||
- "3.7"
|
- "3.7"
|
||||||
- "3.8"
|
- "3.8"
|
||||||
- "3.9"
|
- "3.9"
|
||||||
|
- "3.10"
|
||||||
# pypy fails in some cases but we don't care much about that
|
# 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
|
# with github actions we can't mark some jobs to not affect the overall
|
||||||
# conclusion so we have to omit "allow-failure" tests.
|
# conclusion so we have to omit "allow-failure" tests.
|
||||||
|
1
setup.py
1
setup.py
@ -58,6 +58,7 @@ setup(
|
|||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
|
"Programming Language :: Python :: 3.10",
|
||||||
"Topic :: Internet",
|
"Topic :: Internet",
|
||||||
"Topic :: Internet :: WWW/HTTP",
|
"Topic :: Internet :: WWW/HTTP",
|
||||||
"Topic :: Software Development",
|
"Topic :: Software Development",
|
||||||
|
Loading…
Reference in New Issue
Block a user