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

Commit 0426ce2

Browse files
committed
Use 3.12 instead of 3.8 for system tests
1 parent e86899a commit 0426ce2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Only run this nox session.
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "system-3.8"
6+
value: "system-3.12"
77
}

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
UNIT_TEST_EXTRAS: List[str] = []
5959
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
6060

61-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8", "3.12"]
61+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.12"]
6262
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
6363
"mock",
6464
"pytest",
@@ -206,7 +206,6 @@ def install_unittest_dependencies(session, *constraints):
206206
)
207207
def unit(session, protobuf_implementation):
208208
# Install all test dependencies, then install this package in-place.
209-
210209
if protobuf_implementation == "cpp" and session.python in ("3.11", "3.12", "3.13"):
211210
session.skip("cpp implementation is not supported in python 3.11+")
212211

0 commit comments

Comments
 (0)