Skip to content

Commit

Permalink
not compatible with 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bonnes committed Sep 10, 2024
1 parent 2bd6e4c commit 594df7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 594df7e

Please sign in to comment.