feature: add CPython 3.11 support

This commit is contained in:
mayeut
2022-05-23 20:47:08 +02:00
parent 79bfea0817
commit b8abcb128c
10 changed files with 80 additions and 20 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import nox
nox.options.sessions = ["lint", "pylint", "check_manifest", "tests"]
PYTHON_ALL_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10"]
PYTHON_ALL_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
DIR = Path(__file__).parent.resolve()