drop py37 support (#104)

This commit is contained in:
Paul Robinson
2023-10-04 15:36:57 -06:00
committed by GitHub
parent 0065691db7
commit 82425694f6
3 changed files with 4 additions and 21 deletions

View File

@ -1,8 +1,8 @@
[tox]
envlist=
py{37,38,39,310,311}-core
py{38,39,310,311}-core
py{38,39,310,311}-lint
py{37,38,39,310,311}-wheel
py{38,39,310,311}-wheel
py311-wheel-windows
docs
@ -28,7 +28,6 @@ commands=
docs: make check-docs
basepython=
docs: python
py37: python3.7
py38: python3.8
py39: python3.9
py310: python3.10
@ -51,7 +50,7 @@ commands: {[common-lint]commands}
[testenv:py{38,39,310,311}-lint]
commands: {[common-lint]commands}
[testenv:py{37,38,39,310,311}-wheel]
[testenv:py{38,39,310,311}-wheel]
deps=
wheel
build[virtualenv]