1 Commits

Author SHA1 Message Date
Sebastian Muszynski
54964dc3f4 Drop Python 3.10 support 2025-07-16 08:03:19 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -14,8 +14,8 @@ permissions:
env:
FORCE_COLOR: 1
DEFAULT_PYTHON: "3.10"
PYUPGRADE_TARGET: "--py310-plus"
DEFAULT_PYTHON: "3.11"
PYUPGRADE_TARGET: "--py311-plus"
concurrency:
# yamllint disable-line rule:line-length

View File

@@ -33,7 +33,7 @@ repos:
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py310-plus]
args: [--py311-plus]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1
hooks: