Merge "Remove Python 3.8 support"

This commit is contained in:
Zuul 2024-10-16 17:46:25 +00:00 committed by Gerrit Code Review
commit f8587f2f52
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