Skip to content

Commit cf536b7

Browse files
committed
Update banner
1 parent ba3fde9 commit cf536b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/_opcode_metadata.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/generate_opcode_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def build_deopts(contents: str) -> dict[str, list[str]]:
131131

132132
# Generate the output file
133133
output = """# This file is generated by scripts/generate_opcode_metadata.py
134-
# for RustPython bytecode format (CPython 3.13 compatible opcode numbers).
134+
# for RustPython bytecode format (CPython 3.14 compatible opcode numbers).
135135
# Do not edit!
136136
"""
137137

0 commit comments

Comments
 (0)