Merge "Remove Python 3.9 support"
This commit is contained in:
@@ -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
|
||||||
|
5
releasenotes/notes/remove-py39-4de4869e351d9a4b.yaml
Normal file
5
releasenotes/notes/remove-py39-4de4869e351d9a4b.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Support for Python 3.9 has been removed. Now Python 3.10 is the minimum
|
||||||
|
version supported.
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user