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

Commit 6a1986d

Browse files
authored
Apply suggestion from @chalmerlowe
1 parent 7a85e30 commit 6a1986d

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
@@ -39,7 +39,7 @@
3939

4040
DEFAULT_PYTHON_VERSION = "3.9"
4141
SYSTEM_TEST_PYTHON_VERSIONS = ["3.9", "3.11", "3.12", "3.13"]
42-
UNIT_TEST_PYTHON_VERSIONS = ["3.9", "3.11", "3.12", "3.13", "3.14"]
42+
UNIT_TEST_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
4343
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
4444

4545

0 commit comments

Comments
 (0)