Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit a8fa953

Browse files
committed
updates DEFAULT_PYTHON_VERSION to 3.10
1 parent 21fb2ae commit a8fa953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"setup.py",
4242
]
4343

44-
DEFAULT_PYTHON_VERSION = "3.9"
44+
DEFAULT_PYTHON_VERSION = "3.10"
4545

4646
UNIT_TEST_PYTHON_VERSIONS: List[str] = ["3.9", "3.10", "3.11", "3.12", "3.13"]
4747
UNIT_TEST_STANDARD_DEPENDENCIES = [

0 commit comments

Comments
 (0)