Skip to content

Commit 998f880

Browse files
BLD: test publish workflow with single python version
1 parent b6ce837 commit 998f880

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

noxfile.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
nox.options.reuse_existing_virtualenvs = False
1313

1414

15-
PY_VERSIONS = ["3.10", "3.11", "3.12", "3.13"]
15+
PY_VERSIONS = [
16+
# "3.10",
17+
# "3.11",
18+
# "3.12",
19+
"3.13",
20+
]
1621
PY_TARGET = PY_VERSIONS[-1]
1722

1823
PROJECT_NAME_PATH = Path(__file__).parent.resolve()

0 commit comments

Comments
 (0)