Skip to content

Commit f8b9308

Browse files
committed
fix docs/default python
1 parent 51b3d83 commit f8b9308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-auth/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"docs/conf.py",
3434
]
3535

36-
DEFAULT_PYTHON_VERSION = "3.10"
36+
DEFAULT_PYTHON_VERSION = "3.14"
3737
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1787):
3838
# Remove or restore testing for Python 3.7/3.8
3939
UNIT_TEST_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
@@ -146,7 +146,7 @@ def cover(session):
146146
session.run("coverage", "report", "--show-missing", "--fail-under=100")
147147

148148

149-
@nox.session(python="3.9")
149+
@nox.session(python="3.10")
150150
def docs(session):
151151
"""Build the docs for this library."""
152152

0 commit comments

Comments
 (0)