From 34aecbf1213650768537f1a12a6fc37cc3a2ff0c Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 24 Oct 2024 20:56:43 +0900 Subject: [PATCH] Remove support for Pyton 3.6 and 3.7 Tempest and its plugins are branchless and need to support all active stable branches. However none of the maintained branches currently support these old python versions. Also add a few new versions currently tested. Change-Id: I91baa08f496cb62df95381cc66274e0c2a9cdefb --- releasenotes/notes/remove-py-36-37-5d61c3dcf682e0df.yaml | 5 +++++ setup.cfg | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 releasenotes/notes/remove-py-36-37-5d61c3dcf682e0df.yaml diff --git a/releasenotes/notes/remove-py-36-37-5d61c3dcf682e0df.yaml b/releasenotes/notes/remove-py-36-37-5d61c3dcf682e0df.yaml new file mode 100644 index 00000000..97958a9c --- /dev/null +++ b/releasenotes/notes/remove-py-36-37-5d61c3dcf682e0df.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + Support for Python 3.6 and 3.7 has been removed. Now the minimum version + supported is 3.8 . diff --git a/setup.cfg b/setup.cfg index 457bfc2d..40a77936 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/manila/latest/ +python_requires = >=3.8 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -14,10 +15,11 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 [files] packages =