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

Commit e6e5d63

Browse files
committed
set python 3.14 as the default version for system tests
1 parent 3af9757 commit e6e5d63

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
@@ -59,7 +59,7 @@
5959
UNIT_TEST_EXTRAS: List[str] = []
6060
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
6161

62-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.9"]
62+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = [DEFAULT_PYTHON_VERSION]
6363
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
6464
"mock",
6565
"pytest",

0 commit comments

Comments
 (0)