ref: Python 3.9 is EOL, require Python 3.10

This commit is contained in:
scito
2026-03-08 08:50:59 +01:00
committed by Roland Kurmann
parent da25bd34a7
commit d96879011b
10 changed files with 441 additions and 731 deletions

View File

@@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
# 3.x is used to run code coverage
python-version: ["3.x", "3.14", "3.13", "3.12", "3.11", "3.10", "3.9"]
python-version: ["3.x", "3.14", "3.13", "3.12", "3.11", "3.10"]
platform: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm, macos-15-intel]
# exclude: