diff --git a/tox.ini b/tox.ini index 5e9d84c..c7035a7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,9 @@ # For more information about tox, see https://tox.readthedocs.io/en/latest/ [tox] -envlist = py{37,38,39,310}-{linux,macos,windows} +envlist = py{38,39,310}-{linux,macos,windows} [gh-actions] python = - 3.7: py37 3.8: py38 3.9: py39 3.10: py310