Merge "Remove Python 3.9 support"

This commit is contained in:
Zuul
2025-08-29 05:13:43 +00:00
committed by Gerrit Code Review
3 changed files with 8 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
- release-notes-jobs-python3
check:
jobs:
- openstack-tox-functional-py39
- openstack-tox-functional-py310
- openstack-tox-functional-py312
- openstack-tox-pep8
- placement-nova-tox-functional-py312
@@ -60,7 +60,7 @@
irrelevant-files: *gate-irrelevant-files
gate:
jobs:
- openstack-tox-functional-py39
- openstack-tox-functional-py310
- openstack-tox-functional-py312
- openstack-tox-pep8
- placement-nova-tox-functional-py312

View File

@@ -0,0 +1,5 @@
---
upgrade:
- |
Support for Python 3.9 has been removed. Now Python 3.10 is the minimum
version supported.

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.9
python_requires = >=3.10
classifier =
Development Status :: 5 - Production/Stable
Environment :: OpenStack
@@ -24,7 +24,6 @@ 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