summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 10:25:56 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-04-24 10:25:56 -0500
commitfdfa615b8edcf1bd2a3c27a4644d88e75e97e3dc (patch)
tree3bfcad6de176db0f6d0cc4983c04cb45a5707e63
parent157016ea3c3f6e9804af60dd748919cd3d942092 (diff)
downloadpython-neutronclient-fdfa615b8edcf1bd2a3c27a4644d88e75e97e3dc.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: I026ae0fae10114d9aed8bdb0ae7061b3dc2ff895 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 fa1f9e2..c4de1cd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py37,pep8
+envlist = py38,pep8
minversion = 2.3.2
skipsdist = True
ignore_basepython_conflict = True