Remove python 3.7 build configuration

This commit is contained in:
Lioman 2023-10-28 10:53:33 +02:00 committed by Justin Mayer
commit 58e70082e0
2 changed files with 3 additions and 6 deletions

View file

@ -1,9 +1,8 @@
[tox]
envlist = py{3.7,3.8,3.9,3.10,3.11.3.12},docs,flake8
envlist = py{3.8,3.9,3.10,3.11.3.12},docs,flake8
[testenv]
basepython =
py3.7: python3.7
py3.8: python3.8
py3.9: python3.9
py3.10: python3.10