From dfb90c512782a50b8536c0352b35365c00b8808f Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 24 Oct 2024 12:01:47 -0700 Subject: [PATCH] Support py3.12 and drop py3.8 As per the current release tested runtime, we test from python 3.9 till python 3.12 so updating the same in python classifier in setup.cfg Also, dropping the python3.8 support - https://lists.openstack.org/archives/list/openstack-discuss@li> Change-Id: I3282762608b97c99c8600e6a55e09898103b49d0 --- .../notes/drop-python38-support-886ff0032cbcdaa8.yaml | 6 ++++++ setup.cfg | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/drop-python38-support-886ff0032cbcdaa8.yaml diff --git a/releasenotes/notes/drop-python38-support-886ff0032cbcdaa8.yaml b/releasenotes/notes/drop-python38-support-886ff0032cbcdaa8.yaml new file mode 100644 index 0000000..0592396 --- /dev/null +++ b/releasenotes/notes/drop-python38-support-886ff0032cbcdaa8.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + Python 3.8 support has been dropped. Last release of + mistral-tempest-plugin to support python 3.8 is 2.4.0. + The minimum version of Python now supported is Python 3.9. diff --git a/setup.cfg b/setup.cfg index 9fb1deb..cb036ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,8 +14,10 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 - 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 =