Codebase list python-castellan / e9dc8e5
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: I0bd1180719e4e093a24bc53424052354ad1cd900 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> Sean McGinnis 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 [tox]
11 minversion = 3.1.1
2 envlist = py37,pep8
2 envlist = py38,pep8
33 ignore_basepython_conflict = True
44 skipsdist = True
55