Skip to content

Commit 72abf95

Browse files
authored
Update python edition default maximum edition to 2024 (#22889)
PiperOrigin-RevId: 789423971
1 parent 6216ae4 commit 72abf95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/build_targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def build_targets(name):
177177
compile_edition_defaults(
178178
name = "python_edition_defaults",
179179
srcs = ["//:descriptor_proto"],
180-
maximum_edition = "2023",
180+
maximum_edition = "2024",
181181
minimum_edition = "PROTO2",
182182
)
183183

0 commit comments

Comments
 (0)