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: strategy:
matrix: matrix:
python-version: python-version:
- '3.7'
- '3.8' - '3.8'
- '3.9' - '3.9'
- '3.10' - '3.10'

View file

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