summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2022-04-21 14:16:55 -0500
committerGhanshyam <gmann@ghanshyammann.com>2022-04-21 22:06:22 +0000
commit7c8b800867ae5e2a870d4958924b7eb233599077 (patch)
tree16e6d050f74f28af059e8f44cbb7eeaecae0c11d /setup.cfg
parentdc30a7e6d19509ce34cb89ffcdb4ff2c36469d89 (diff)
downloadnova-7c8b800867ae5e2a870d4958924b7eb233599077.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. 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: Iba5074ea6f981a7527e86cfc98edd1ed7dd3086f
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index f433c2f6e7..a31651dd5f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,7 +10,7 @@ project_urls =
Bug Tracker = https://bugs.launchpad.net/nova/
Documentation = https://docs.openstack.org/nova/
Source Code = https://opendev.org/openstack/nova
-python_requires = >=3.6
+python_requires = >=3.8
classifiers =
Development Status :: 5 - Production/Stable
Environment :: OpenStack
@@ -20,8 +20,6 @@ classifiers =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.6
- Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only