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

Commit cea40da

Browse files
committed
update python runtime in system tests to 3.12
1 parent 3680c75 commit cea40da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
DEFAULT_PYTHON_VERSION = "3.12"
3636

3737
DEFAULT_MOCK_SERVER_TESTS_PYTHON_VERSION = "3.12"
38+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.12"]
39+
3840
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
3941
"3.7",
4042
"3.8",
@@ -60,7 +62,6 @@
6062
UNIT_TEST_EXTRAS: List[str] = []
6163
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
6264

63-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8"]
6465
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
6566
"mock",
6667
"pytest",

0 commit comments

Comments
 (0)