Skip to content

Commit e2cf650

Browse files
committed
Add programming language classifiers to fix badge on next publish
1 parent cde3427 commit e2cf650

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ dependencies = [
1414
"types-protobuf>=3.20",
1515
"typing-extensions>=4.2.0,<5",
1616
]
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+
]
1725

1826
[project.optional-dependencies]
1927
grpc = ["grpcio>=1.48.2,<2"]

0 commit comments

Comments
 (0)