dropped support for python 3.8 and 3.9

This commit is contained in:
Bastian Venthur
2024-04-24 22:10:48 +02:00
parent 4d4630867d
commit de8542b90b
14 changed files with 9 additions and 49 deletions

View File

@@ -17,15 +17,10 @@ jobs:
- macos-latest
- windows-latest
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
exclude:
# 3.8 on windows fails due to some pip issue
- os: windows-latest
python-version: "3.8"
- "3.13"
steps:
- uses: actions/checkout@v4