lower python requirement to 3.10

This commit is contained in:
Daniel Bauer
2024-08-15 22:55:59 +02:00
parent c2dbb53e2a
commit 7e7cec7e37
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4