Remove Python 3.8 support

and update information about project.

Change-Id: I7b7157527d0f7d3e3dda1d020686546678e2e7e0
This commit is contained in:
Ivan Anfimov 2025-03-17 21:58:07 +00:00
parent ae1bb102a2
commit f578c73948

View File

@ -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