Remove build for Python 3.7

This commit is contained in:
Joakim Soderlund 2023-10-18 14:33:05 +02:00
parent baf81056d7
commit 439fb7abc0
2 changed files with 0 additions and 3 deletions

View file

@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'

View file

@ -1,6 +1,5 @@
[tox]
envlist =
py37
py38
py39
py310
@ -8,7 +7,6 @@ envlist =
[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310