Drop support for Python 3.8/9

This commit is contained in:
Christoph Reiter
2023-10-22 16:03:57 +02:00
parent fd1d5cc9ef
commit 1f4971c293
4 changed files with 27 additions and 27 deletions

View File

@@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022]
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3