chore: bump target Python from 3.12 to 3.14 and use 3.13 for venv

This commit is contained in:
2026-07-26 13:56:11 +02:00
parent aa9bb5dc24
commit c287e12b65
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -5,5 +5,5 @@
# Owner style: 100-character lines (applies to both the linter and the formatter).
line-length = 100
# Scripts target Python 3.12+ (stdlib only).
target-version = "py312"
# Scripts target Python 3.14+ (stdlib only).
target-version = "py314"