Merge "Remove Python 3.8 support"
This commit is contained in:
commit
f8587f2f52
5
releasenotes/notes/drop-python-3-8-4636cf15992db5e7.yaml
Normal file
5
releasenotes/notes/drop-python-3-8-4636cf15992db5e7.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Python 3.8 support was dropped. The minimum version of Python now supported
|
||||
is Python 3.9.
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user