Skip to content

Commit 1192d91

Browse files
⬆️ Upgrade Python target version (#8610)
1 parent a93bbd3 commit 1192d91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ lint.ignore = [
4747
"TRY300", # Checks for return statements in try blocks. SEE https://beta.ruff.rs/docs/rules/try-consider-else/
4848
]
4949

50-
target-version = "py311"
50+
target-version = "py313"
5151

5252

5353
[lint.per-file-ignores]

scripts/pyupgrade.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN uv pip install \
2424
pyupgrade
2525
2626
ENTRYPOINT ["pyupgrade", \
27-
"--py311-plus" ]
27+
"--py313-plus" ]
2828
EOF
2929
}
3030

0 commit comments

Comments
 (0)