From f578c73948e4faef5f33a521caff9c06d777e427 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Mon, 17 Mar 2025 21:58:07 +0000 Subject: [PATCH] Remove Python 3.8 support and update information about project. Change-Id: I7b7157527d0f7d3e3dda1d020686546678e2e7e0 --- setup.cfg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2d8f3cdb8..9e6d35514 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,8 +5,12 @@ description_file = README.rst description_content_type = text/x-rst author = OpenStack author_email = openstack-discuss@lists.openstack.org -home_page = https://www.openstack.org/ -python_requires = >=3.8 +home_page = https://www.stackalytics.io +project_urls = + Bug Tracker = https://bugs.launchpad.net/stackalytics + Documentation = https://wiki.openstack.org/wiki/Stackalytics + Source Code = https://opendev.org/x/stackalytics +python_requires = >=3.9 classifier = Environment :: OpenStack Intended Audience :: Developers @@ -17,7 +21,6 @@ classifier = Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11