Skip to content

Commit 5956a44

Browse files
Remove 3.14 workaround
Guess it was just a flake...?
1 parent 7f00150 commit 5956a44

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ classifiers = [
2222
]
2323
dynamic = ["version"]
2424
dependencies = [
25-
# 3.14 balks on protobuf==5 with:
26-
# TypeError: Metaclasses with custom tp_new are not supported.
27-
# Which appears to be fixed in v33 of the protobuf runtime:
28-
# https://github.com/protocolbuffers/protobuf/issues/12186
29-
# https://github.com/protocolbuffers/protobuf/commit/5b32936822e64b796fa18fcff53df2305c6b7686
30-
# "protobuf>=5.26; python_version == '3.14'",
3125
"protobuf>=5",
3226
"cel-python==0.2.*",
3327
# We need at least this version, which started publishing wheels for Python 3.14.

0 commit comments

Comments
 (0)