Drop support for Python 3.8, 3.9 (again)

We can do this properly now. A new release note (with a different hash)
is used since we don't want to confuse reno with the addition, removal,
and addition again.

Change-Id: Ie1f007f8fc86cb800335f5756e4afefdd72b3b71
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2025-05-15 11:27:33 +01:00
parent 3ad4594320
commit 137e996ecd
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
upgrade:
- |
Support for Python 3.8 and Python 3.9 has been removed.

View File

@@ -10,7 +10,7 @@ project_urls =
Bug Tracker = https://storyboard.openstack.org/#!/project/openstack/osc-lib
Documentation = https://docs.openstack.org/osc-lib/latest/
Source Code = https://opendev.org/openstack/osc-lib/
python_requires = >=3.8
python_requires = >=3.10
classifier =
Development Status :: 5 - Production/Stable
Environment :: OpenStack