From 91550e5533df743e5f36b2df223aacc9ae2ad958 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 2 Jun 2021 03:06:05 +0800 Subject: [PATCH] tox.ini: Update supported Pythons --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0c1fa44..c72ec14 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,py36 +envlist = py37,py38,py39 skipsdist = True [testenv]