Add python 3.11 pypi classifier

Add python3.11 to tox CI
This commit is contained in:
2023-04-13 13:39:18 -04:00
parent 7ecd592ae0
commit 23b6359d86
3 changed files with 2194 additions and 1867 deletions

View File

@@ -1,6 +1,6 @@
[tox]
envlist =
py{37,38,39,310}
py{37,38,39,310,311}
static
static-tests
security