Remove references to Python 3.9

This commit is contained in:
Veronica Berglyd Olsen
2025-01-11 18:53:28 +01:00
parent 859211fb6d
commit 31c58c29d5
7 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
testLinux:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
fail-fast: false
runs-on: ubuntu-latest
steps: