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 - release-notes-jobs-python3
check: check:
jobs: jobs:
- openstack-tox-functional-py39 - openstack-tox-functional-py310
- openstack-tox-functional-py312 - openstack-tox-functional-py312
- openstack-tox-pep8 - openstack-tox-pep8
- placement-nova-tox-functional-py312 - placement-nova-tox-functional-py312
@@ -60,7 +60,7 @@
irrelevant-files: *gate-irrelevant-files irrelevant-files: *gate-irrelevant-files
gate: gate:
jobs: jobs:
- openstack-tox-functional-py39 - openstack-tox-functional-py310
- openstack-tox-functional-py312 - openstack-tox-functional-py312
- openstack-tox-pep8 - openstack-tox-pep8
- placement-nova-tox-functional-py312 - 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/ API Reference = https://docs.openstack.org/api-ref/placement/
Source Code = https://opendev.org/openstack/placement Source Code = https://opendev.org/openstack/placement
Release Notes = https://docs.openstack.org/releasenotes/placement/ Release Notes = https://docs.openstack.org/releasenotes/placement/
python_requires = >=3.9 python_requires = >=3.10
classifier = classifier =
Development Status :: 5 - Production/Stable Development Status :: 5 - Production/Stable
Environment :: OpenStack Environment :: OpenStack
@@ -24,7 +24,6 @@ classifier =
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.12