Skip to content

Commit fe51a82

Browse files
committed
More python 3.13 fixes
1 parent 0cad7dc commit fe51a82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Latest release
55

66
env:
77
CACHE_VERSION: 21
8-
DEFAULT_PYTHON: "3.12"
8+
DEFAULT_PYTHON: "3.13"
99

1010
# Only run on merges
1111
on:

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Latest commit
55

66
env:
77
CACHE_VERSION: 22
8-
DEFAULT_PYTHON: "3.12"
8+
DEFAULT_PYTHON: "3.13"
99
PRE_COMMIT_HOME: ~/.cache/pre-commit
1010

1111
on:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ omit= [
221221
]
222222

223223
[tool.ruff]
224-
target-version = "py312"
224+
target-version = "py313"
225225

226226
lint.select = [
227227
"B002", # Python does not support the unary prefix increment

0 commit comments

Comments
 (0)