build: drop support for Python 3.8 and require Python 3.9 or higher

This commit is contained in:
scito
2025-03-15 09:07:14 +01:00
committed by Roland Kurmann
parent b6ab6417cb
commit 41ed2b62d4
3 changed files with 4 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
# 3.x is used to run code coverage
python-version: ["3.x", "3.13", "3.12", "3.11", "3.10", "3.9", "3.8"]
python-version: ["3.x", "3.13", "3.12", "3.11", "3.10", "3.9"]
platform: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm, macos-13]
# exclude: