We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cad7dc commit fe51a82Copy full SHA for fe51a82
.github/workflows/merge.yml
@@ -5,7 +5,7 @@ name: Latest release
5
6
env:
7
CACHE_VERSION: 21
8
- DEFAULT_PYTHON: "3.12"
+ DEFAULT_PYTHON: "3.13"
9
10
# Only run on merges
11
on:
.github/workflows/verify.yml
@@ -5,7 +5,7 @@ name: Latest commit
CACHE_VERSION: 22
PRE_COMMIT_HOME: ~/.cache/pre-commit
pyproject.toml
@@ -221,7 +221,7 @@ omit= [
221
]
222
223
[tool.ruff]
224
-target-version = "py312"
+target-version = "py313"
225
226
lint.select = [
227
"B002", # Python does not support the unary prefix increment
0 commit comments