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

Commit f48153b

Browse files
committed
chore(librarian): sync noxfile.py
1 parent 9f7ec2e commit f48153b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.librarian/generator-input/noxfile.py

Lines changed: 2 additions & 2 deletions
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", "3.14"]
62+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.10", "3.14"]
6363
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
6464
"mock",
6565
"pytest",
@@ -79,7 +79,6 @@
7979

8080
# 'docfx' is excluded since it only needs to run in 'docs-presubmit'
8181
nox.options.sessions = [
82-
"unit-3.9",
8382
"unit-3.10",
8483
"unit-3.11",
8584
"unit-3.12",
@@ -513,6 +512,7 @@ def prerelease_deps(session, protobuf_implementation):
513512
# Remaining dependencies
514513
other_deps = [
515514
"requests",
515+
"cryptography",
516516
]
517517
session.install(*other_deps)
518518

0 commit comments

Comments
 (0)