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

Commit bbf389a

Browse files
Merge branch 'feat/add-python-3.14' of https://github.com/googleapis/python-datastore into feat/add-python-3.14
2 parents c254496 + b0dfe46 commit bbf389a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

owlbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ def get_staging_dirs(
104104
system_test_external_dependencies=["six"],
105105
cov_level=100,
106106
unit_test_python_versions=["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"],
107-
default_python_version="3.10",
108-
system_test_python_versions=["3.12"],
107+
default_python_version="3.14",
108+
system_test_python_versions=["3.14"],
109109
)
110110
s.move(
111111
templated_files,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"proto-plus >= 1.22.2, <2.0.0; python_version>='3.11'",
3939
"proto-plus >= 1.25.0, <2.0.0; python_version>='3.13'",
4040
"protobuf>=3.20.2,<7.0.0,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
41-
"grpcio >= 1.38.0, < 2.0.0; python_version < '3.14'",
41+
"grpcio >= 1.38.0, < 2.0.0",
4242
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4343
]
4444
extras = {"libcst": "libcst >= 0.2.5"}

0 commit comments

Comments
 (0)