Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit43690de

Browse files
authored
feat: add trove classifier for Python 3.14 (#842)
* chore: add trove classifier for Python 3.14* pin grpcio and grpcio-status versions* revert pinning grpcio for python 3.12 and 3.13
1 parent4587c0b commit43690de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎pyproject.toml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"]
6263
grpc = [
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
]
6871
grpcgcp = ["grpcio-gcp >= 0.2.2, < 1.0.0"]
6972
grpcio-gcp = ["grpcio-gcp >= 0.2.2, < 1.0.0"]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp