chore: stop updating python 3.6 constraints

All dependencies (except distlib) dropped python 3.6, just stop trying updating.
This commit is contained in:
mayeut
2023-04-29 11:33:34 +02:00
parent ba4a993591
commit 7efc7dbb91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import nox
nox.options.sessions = ["lint", "pylint", "check_manifest", "tests"]
PYTHON_ALL_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
PYTHON_ALL_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11"]
DIR = Path(__file__).parent.resolve()