Skip to content

Commit 5ccfc19

Browse files
zhangskzcopybara-github
authored andcommitted
Update python edition default maximum edition to 2024
PiperOrigin-RevId: 789423971
1 parent 573e860 commit 5ccfc19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)