From 33f3a7ad1790315516a44befe303b36ead2a514e Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 12 Jun 2025 17:20:09 +0200 Subject: [PATCH] Remove support for Python 3.9 Python 3.9 is no longer part of the tested runtimes [1]. Add Python 3.12 to classifiers. [1] https://governance.openstack.org/tc/reference/runtimes/2025.2.html Change-Id: I98392d453cf7e7d804b6c2e0c47aabe136cda09f --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6e00895..29b3981 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/blazar-dashboard/latest/ -python_requires = >=3.9 +python_requires = >=3.10 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -17,9 +17,9 @@ classifier = 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 [files] packages =