Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7034684

Browse files
committedApr 26, 2025·
Python 3.12 -> 3.13
1 parent 9fa0602 commit 7034684

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ repos:
8585
args: ["--disable", "MD013"]
8686

8787
default_language_version:
88-
python: python3.12
88+
python: python3.13

‎.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12
1+
3.13

‎.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sonar.python.version=3.12
1+
sonar.python.version=3.13

‎ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fix = true # auto-fix findings
22
line-length = 88 # same as Black
3-
target-version = "py312" # Python 3.12
3+
target-version = "py313" # Python 3.13
44

55
[lint]
66
# comment this out to use only default rules (["E4", "E7", "E9", "F"])

0 commit comments

Comments
 (0)
Please sign in to comment.