Skip to content

Commit ab22e27

Browse files
fix: Add support for Python3.13 (#1302)
1 parent 347cb38 commit ab22e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"google-api-core[grpc] >= 1.34.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
4343
"proto-plus >= 1.22.0, <2.0.0dev",
4444
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
45+
"proto-plus >= 1.25.0, < 2.0.0dev; python_version >= '3.13'",
4546
"protobuf>=3.20.2,<6.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
4647
"grpc-google-iam-v1 >= 0.12.4, < 1.0.0dev",
4748
"grpcio-status >= 1.33.2",

0 commit comments

Comments
 (0)