We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde3427 commit e2cf650Copy full SHA for e2cf650
pyproject.toml
@@ -14,6 +14,14 @@ dependencies = [
14
"types-protobuf>=3.20",
15
"typing-extensions>=4.2.0,<5",
16
]
17
+classifiers = [
18
+ "Programming Language :: Python :: 3.9",
19
+ "Programming Language :: Python :: 3.10",
20
+ "Programming Language :: Python :: 3.11",
21
+ "Programming Language :: Python :: 3.12",
22
+ "Programming Language :: Python :: 3.13",
23
+ "Programming Language :: Python :: 3.14",
24
+]
25
26
[project.optional-dependencies]
27
grpc = ["grpcio>=1.48.2,<2"]
0 commit comments