ci: drop tests on 3.8 and add 3.11 and 3.12

This commit is contained in:
ljnsn 2024-05-31 17:37:27 +02:00
parent 19ad0440c8
commit 2b3215fbef
No known key found for this signature in database
GPG Key ID: 56FA44C04555E6DD
1 changed files with 30 additions and 30 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.8", "3.9", "3.10"]
python_version: ["3.9", "3.10", "3.11", "3.12"]
fail-fast: false
steps: