Remove test runs for Python 3.7

This commit is contained in:
Veronica Berglyd Olsen
2023-05-29 18:23:00 +02:00
parent 652013b622
commit 47a6ae5031
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
testLinux:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- name: Python Setup