CI: remove py37 from matrix

pull/70/head
Robert Sachunsky 1 month ago committed by GitHub
parent 1b8f54c7e3
commit eb9a9fedb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v4
- name: Set up Python

Loading…
Cancel
Save