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

Commit 1826400

Browse files
authored
address feedback
1 parent 78c3484 commit 1826400

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
LINT_PATHS = ["docs", "google_auth_oauthlib", "tests", "noxfile.py", "setup.py"]
3434

3535
DEFAULT_PYTHON_VERSION = "3.14"
36-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.10"]
3736

3837
# TODO(https://github.com/googleapis/google-auth-library-python-oauthlib/issues/410):
3938
# Remove or restore testing for Python 3.7/3.8
@@ -248,7 +247,7 @@ def install_systemtest_dependencies(session, *constraints):
248247
session.install("-e", ".", *constraints)
249248

250249

251-
@nox.session(python=SYSTEM_TEST_PYTHON_VERSIONS)
250+
@nox.session(python=DEFAULT_PYTHON_VERSION)
252251
def system(session):
253252
"""Run the system test suite."""
254253
constraints_path = str(

0 commit comments

Comments
 (0)