CI: remove py37 from matrix

(now unsupported anyway)
This commit is contained in:
Robert Sachunsky 2024-10-14 13:26:35 +02:00 committed by GitHub
parent 0f611f8e56
commit 1b8f54c7e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,5 +28,5 @@ workflows:
- build-python:
matrix:
parameters:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']