From 8cb0f29c7d250c2aa6b71a31e7c5c5f9a05935ec Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Mon, 21 Jul 2025 15:20:25 +0200 Subject: [PATCH] Drop Python 3.10 support (#69) --- .github/workflows/ci.yaml | 4 ++-- .pre-commit-config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a34558..106cf77 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f68e10..d4c62d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: