From 64e8d5f599e4cfaf215836aa3f7e08fbd15dc133 Mon Sep 17 00:00:00 2001 From: LeopardMa Date: Sat, 4 Jun 2022 15:36:22 +0800 Subject: [PATCH] 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. Removing the py36 centos8 job as well as updating the python classifier also to reflect the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: Ife222160c3ad40668a90450226fd45ba37d4ec51 --- .../notes/drop-python-3-6-and-3-7-68ad47ae9d14dca7.yaml | 5 +++++ tox.ini | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/drop-python-3-6-and-3-7-68ad47ae9d14dca7.yaml diff --git a/releasenotes/notes/drop-python-3-6-and-3-7-68ad47ae9d14dca7.yaml b/releasenotes/notes/drop-python-3-6-and-3-7-68ad47ae9d14dca7.yaml new file mode 100644 index 0000000000..3d5e4e3d3d --- /dev/null +++ b/releasenotes/notes/drop-python-3-6-and-3-7-68ad47ae9d14dca7.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + Python 3.6 & 3.7 support has been dropped. The minimum version of Python now + supported is Python 3.8. \ No newline at end of file diff --git a/tox.ini b/tox.ini index f96bdd1b33..bb1796c205 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.18 -envlist = py37,pep8 +envlist = py38,pep8 skipsdist = True ignore_basepython_conflict = True