Add official support for Python 3.11

Add pypi classifier for py3.11
Update CI to test py3.11
This commit is contained in:
2023-02-24 17:49:31 -05:00
parent 41ac5423f9
commit 469cb251cf
3 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, py39, py310, static, static-tests, security
envlist = py37, py38, py39, py310, py311, static, static-tests, security
isolated_build = true
skip_missing_interpreters = true