Drop Python 3.8 support

This commit is contained in:
Veronica Berglyd Olsen
2024-04-25 23:30:26 +02:00
parent 4179d2e515
commit 383640cb7e
7 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
testLinux:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
steps:
- name: Python Setup