Skip to content

Commit aefcad9

Browse files
committed
Drop Python 3.8 from PYTHON_VERSIONS, as not supported by protobuf 6.30
Closes #422
1 parent 44a0453 commit aefcad9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/python/MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")
1010
bazel_dep(name = "rules_python", version = "1.4.1")
1111

1212
PYTHON_VERSIONS = [
13-
"3.8",
1413
"3.9",
1514
"3.10",
1615
"3.11",

0 commit comments

Comments
 (0)