summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-05-10 19:30:04 -0500
committerGhanshyam Mann <gmann@ghanshyammann.com>2022-05-10 19:30:04 -0500
commit5a0fbe975d43165b37a098906bbc0e0ce85c10bb (patch)
treef778529fa479ef47f8c247639004b12eee476ffd /tox.ini
parent1561da645b6512decdc0d307d2ec79a8a4c9cc87 (diff)
downloadkeystone-5a0fbe975d43165b37a098906bbc0e0ce85c10bb.tar.gz
Update python testing as per zed cycle teting runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: I817a4d1506fb7f15e72d37015ae0ba9547e2aa52
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7de678f6f..519f8ea96 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.2.0
-envlist = py37,pep8,api-ref,docs,genconfig,genpolicy,releasenotes,protection
+envlist = py39,pep8,api-ref,docs,genconfig,genpolicy,releasenotes,protection
ignore_basepython_conflict = true
[testenv]