summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 10:26:04 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 10:26:04 -0500
commit504e3852beae1ad72f0940806d5971107b01875c (patch)
treedf2b3f6dae39c68fa9f1b1707db988b2385352b2
parente9aab34815285954542e6734a1fa48556885d694 (diff)
downloadtaskflow-504e3852beae1ad72f0940806d5971107b01875c.tar.gz
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: I15b8430b4749bd68b5866f6041dd6c9166e795b1 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5bf2c17..5724bd7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1.0
-envlist = cover,docs,pep8,py37,pylint,update-states
+envlist = cover,docs,pep8,py38,pylint,update-states
ignore_basepython_conflict = True
[testenv]