commit 49de1a9d34b793a2fa09407201d0f6757ef46699 Author: maaoyu Date: Mon Oct 12 10:48:18 2020 +0800 Bump py37 to py38 in tox.ini Change-Id: Idd812802c0fdf1892e670873bf7ef33991d918fb diff --git a/tox.ini b/tox.ini index f6891a8..d048db9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py36,py37,pep8,docs +envlist = py36,py38,pep8,docs skipsdist = True ignore_basepython_conflict = True