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

Commit bd4c292

Browse files
committed
feat: support python 3.14
1 parent 09b65f9 commit bd4c292

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
# https://github.com/grpc/grpc/pull/15254
5454
"grpcio >= 1.47.0, < 2.0.0",
5555
"grpcio >= 1.49.1, < 2.0.0; python_version>='3.11'",
56+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
5657
],
5758
"bigframes": ["bigframes >= 1.17.0"],
5859
"geopandas": ["geopandas >= 1.0.1"],
@@ -110,6 +111,7 @@
110111
"Programming Language :: Python :: 3.11",
111112
"Programming Language :: Python :: 3.12",
112113
"Programming Language :: Python :: 3.13",
114+
"Programming Language :: Python :: 3.14",
113115
"Operating System :: OS Independent",
114116
"Topic :: Internet",
115117
],

0 commit comments

Comments
 (0)