Skip to content

Commit 9072389

Browse files
committed
noxfile python versions
1 parent 89af614 commit 9072389

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

noxfile.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
# Define which Python versions to test with
44
PYPROJECT = nox.project.load_toml("pyproject.toml")
5-
PYTHON_VERSIONS = nox.project.python_versions(PYPROJECT)
5+
#PYTHON_VERSIONS = nox.project.python_versions(PYPROJECT)
6+
PYTHON_VERSIONS = [
7+
"3.9", "3.10", "3.11", "3.12"
8+
]
69
DEFAULT_PYTHON = "3.10" # Modern-ish version compatible with the legacy-deps
710

811
# Default sessions (these will be executed in Github Actions)

0 commit comments

Comments
 (0)