Lower Python requirment to 3.9

This commit is contained in:
2025-04-16 22:33:01 +02:00
parent 83dc6440d8
commit cb87f4e2d7
4 changed files with 23 additions and 8 deletions

View File

@ -26,10 +26,10 @@ repos:
rev: v3.19.1
hooks:
- id: pyupgrade
args: ["--py311-plus"]
args: ["--py39-plus"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.5
rev: v0.11.5
hooks:
- id: ruff-format
- id: ruff