summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2022-05-05 11:18:59 +0200
committerHervé Beraud <hberaud@redhat.com>2022-05-05 16:06:49 +0200
commitf611370555c994dd685b680a4ef09dbd57b697b2 (patch)
tree1ef26a6843513edc4df33c2b5c72acf33df9d3e1
parentca498b61c010bc490c130452b88842c4cab85922 (diff)
downloadoslo-messaging-f611370555c994dd685b680a4ef09dbd57b697b2.tar.gz
Drop python3.6/3.7 support in testing runtime
In Zed cycle testing runtime, we are targetting to drop the python 3.6/3.7 support, project started adding python 3.8 as minimum, example nova: - https://github.com/openstack/nova/blob/56b5aed08c6a3ed81b78dc216f0165ebfe3c3350/setup.cfg#L13 Change-Id: Id23d3845db716d26175d71280dbedf93736d19de
-rw-r--r--setup.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index e4c6d46..d95c084 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ summary = Oslo Messaging API
description_file =
README.rst
home_page = https://docs.openstack.org/oslo.messaging/latest/
-python_requires = >=3.6
+python_requires = >=3.8
classifier =
Environment :: OpenStack
Intended Audience :: Developers
@@ -15,8 +15,6 @@ classifier =
Operating System :: OS Independent
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