tox.ini: Update supported Pythons

This commit is contained in:
John Vandenberg
2021-06-02 03:06:05 +08:00
parent 2850b3792d
commit 91550e5533

View File

@@ -1,5 +1,5 @@
[tox] [tox]
envlist = py27,py34,py35,py36 envlist = py37,py38,py39
skipsdist = True skipsdist = True
[testenv] [testenv]