Skip to content

Commit 6f3e9e1

Browse files
committed
use python 3.14 for system tests
1 parent c8bc358 commit 6f3e9e1

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
@@ -57,7 +57,7 @@
5757
UNIT_TEST_EXTRAS: List[str] = []
5858
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
5959

60-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8"]
60+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.14"]
6161
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
6262
"mock",
6363
"pytest",

0 commit comments

Comments
 (0)