From 594df7eef3a387568671ebf37d3bd0920f8b7fc9 Mon Sep 17 00:00:00 2001 From: David Bonnes Date: Wed, 11 Sep 2024 00:56:07 +0100 Subject: [PATCH] not compatible with 3.11 --- .github/workflows/check-test.yml | 2 +- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-test.yml b/.github/workflows/check-test.yml index 565a37ab..3315b684 100644 --- a/.github/workflows/check-test.yml +++ b/.github/workflows/check-test.yml @@ -35,7 +35,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.11", "3.12", "3.13.0-rc.1"] + python-version: ["3.12", "3.13.0-rc.1"] steps: - uses: actions/checkout@v4 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36b7b01e..1c7afc02 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: debug-statements # id: end-of-file-fixer # not for snapshots - id: mixed-line-ending - - id: trailing-whitespace + # id: trailing-whitespace - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.10.0 diff --git a/pyproject.toml b/pyproject.toml index e1f87f81..50bf102c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ "aiohttp>=3.10.5", "voluptuous>=0.15.2", ] - requires-python = ">=3.11" + requires-python = ">=3.12" license = "Apache-2.0" keywords = [