Skip to content

Commit 3220243

Browse files
committed
feat(google-auth-httplib2): Update Nox sessions to remove old versions
1 parent 812e9f7 commit 3220243

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/google-auth-httplib2/noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
DEFAULT_PYTHON_VERSION = "3.14"
3535

3636
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
37-
"3.9",
3837
"3.10",
3938
"3.11",
4039
"3.12",
@@ -57,7 +56,7 @@
5756
UNIT_TEST_EXTRAS: List[str] = []
5857
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
5958

60-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.9"]
59+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.10"]
6160
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
6261
"mock",
6362
"pytest",

0 commit comments

Comments
 (0)