From 0e643d2eb912028293cba564f8eb4213482b5fc0 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Tue, 29 Apr 2025 08:23:49 +0000 Subject: [PATCH] Remove Python 3.8 support Change-Id: If7882fc70169fb4a315027ff45dff8c9d161917d --- setup.cfg | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5a709f6..4594bbb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,23 +2,25 @@ name = mistral-dashboard summary = Mistral dashboard description_file = README.rst +author = OpenStack +author_email = openstack-discuss@lists.openstack.org +home_page = https://docs.openstack.org/mistral/latest/ license = Apache License, Version 2.0 -python_requires = >=3.8 +python_requires = >=3.9 classifiers = - 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 Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux -author = OpenStack -author_email = openstack-discuss@lists.openstack.org -home_page = https://docs.openstack.org/mistral/latest/ + Programming Language :: Python + Programming Language :: Python :: Implementation :: CPython + Programming Language :: Python :: 3 :: Only + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 [global] setup_hooks =