File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ classifiers = [
4040 " Programming Language :: Python :: 3.11" ,
4141 " Programming Language :: Python :: 3.12" ,
4242 " Programming Language :: Python :: 3.13" ,
43+ " Programming Language :: Python :: 3.14" ,
4344 " Operating System :: OS Independent" ,
4445 " Topic :: Internet" ,
4546]
@@ -62,8 +63,10 @@ async_rest = ["google-auth[aiohttp] >= 2.35.0, < 3.0.0"]
6263grpc = [
6364 " grpcio >= 1.33.2, < 2.0.0" ,
6465 " grpcio >= 1.49.1, < 2.0.0; python_version >= '3.11'" ,
66+ " grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'" ,
6567 " grpcio-status >= 1.33.2, < 2.0.0" ,
6668 " grpcio-status >= 1.49.1, < 2.0.0; python_version >= '3.11'" ,
69+ " grpcio-status >= 1.75.1, < 2.0.0; python_version >= '3.14'" ,
6770]
6871grpcgcp = [" grpcio-gcp >= 0.2.2, < 1.0.0" ]
6972grpcio-gcp = [" grpcio-gcp >= 0.2.2, < 1.0.0" ]
You can’t perform that action at this time.
0 commit comments