blazar-dashboard/setup.cfg
Pierre Riteau 0a4fc6a160 Remove Python 3.8 support and replace pytz code
Python 3.8 is no longer part of the tested runtimes for 2024.2 [1]
because its EOL is coming soon.

Python >= 3.9 provides the zoneinfo module to manipulate timezones. This
change replaces the usage of pytz, which was an implicit dependency
recently removed from Horizon [2].

[1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html
[2] https://review.opendev.org/c/openstack/horizon/+/921651

Change-Id: If1f6627047787ae1965d5e66a2e73ad539a44039
2024-09-12 09:07:50 +02:00

27 lines
890 B
INI

[metadata]
name = blazar-dashboard
summary = Horizon plugin for the Blazar Reservation Service for OpenStack
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/blazar-dashboard/latest/
python_requires = >=3.9
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
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
[files]
packages =
blazar_dashboard