vici: Add Python 3.10 and 3.11

This commit is contained in:
Tobias Brunner
2022-12-12 16:57:01 +01:00
parent 03541c73a0
commit da0d0ecc45
2 changed files with 3 additions and 1 deletions
@@ -24,6 +24,8 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Security",
"Topic :: Software Development :: Libraries",
]
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38, py39
envlist = py36, py37, py38, py39, py310, py311
[testenv]
deps =