commit 85d64adc1c0ca518f22bf532540634de2cc812f3 Author: qiufossen Date: Mon Apr 27 15:16:51 2020 +0800 Bump default tox env from py37 to py38 Python 3.8 is now our highest level supported python runtime. This updates the default tox target environments to swap out py37 for py38 to make sure local development testing is covering this version. This does not impact zuul jobs in any way, nor prevent local tests against py37. It just changes the default if none is explicitly provided. Change-Id: I2d5333478fdcc96b505bee0329b6a609201a5d92 diff --git a/tox.ini b/tox.ini index 57c0f5b..ae8bc73 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py37,pep8 +envlist = py38,pep8 skipsdist = True ignore_basepython_conflict = True