Remove Python 3.8 support

Python 3.8 is no longer part of the tested runtimes for 2024.2[1]
because its EOL is coming soon.

[1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html

Change-Id: Ifbde8ee88aa3d63389e65703a29d09962e9cfde8
This commit is contained in:
Takashi Kajinami 2024-08-03 22:17:41 +09:00
parent 2aaa88663b
commit ffbedd67a2
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
Python 3.8 support was dropped. The minimum version of Python now supported
is Python 3.9.

View File

@ -12,7 +12,7 @@ project_urls =
API Reference = https://docs.openstack.org/api-ref/placement/
Source Code = https://opendev.org/openstack/placement
Release Notes = https://docs.openstack.org/releasenotes/placement/
python_requires = >=3.8
python_requires = >=3.9
classifier =
Development Status :: 5 - Production/Stable
Environment :: OpenStack