Skip to content

Commit 527a60b

Browse files
committed
tests: update default python to 3.14
1 parent 8672d7e commit 527a60b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/google-cloud-documentai-toolbox

packages/google-cloud-documentai-toolbox/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
ISORT_VERSION = "isort==5.11.0"
3333
LINT_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
3434

35-
DEFAULT_PYTHON_VERSION = "3.13"
35+
DEFAULT_PYTHON_VERSION = "3.14"
3636

3737
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
3838
"3.8",
@@ -392,7 +392,7 @@ def docfx(session):
392392
)
393393

394394

395-
@nox.session(python="3.14")
395+
@nox.session(python=DEFAULT_PYTHON_VERSION)
396396
@nox.parametrize(
397397
"protobuf_implementation",
398398
["python", "upb", "cpp"],

0 commit comments

Comments
 (0)