Skip to content

Commit faf98bc

Browse files
committed
python3.9 EOL - nox no test
1 parent 8d608fe commit faf98bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
PYPROJECT = nox.project.load_toml("pyproject.toml")
55
#PYTHON_VERSIONS = nox.project.python_versions(PYPROJECT)
66
PYTHON_VERSIONS = [
7-
"3.9", "3.10", "3.11", "3.12"
7+
"3.10", "3.11", "3.12"
88
]
99
DEFAULT_PYTHON = "3.10" # Modern-ish version compatible with the legacy-deps
1010

0 commit comments

Comments
 (0)