Drop support for Python 3.8, 3.9 (again)
We can do this properly now. A new release note (with a different hash) is used since we don't want to confuse reno with the addition, removal, and addition again. Change-Id: Ie1f007f8fc86cb800335f5756e4afefdd72b3b71 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Support for Python 3.8 and Python 3.9 has been removed.
|
||||
@@ -10,7 +10,7 @@ project_urls =
|
||||
Bug Tracker = https://storyboard.openstack.org/#!/project/openstack/osc-lib
|
||||
Documentation = https://docs.openstack.org/osc-lib/latest/
|
||||
Source Code = https://opendev.org/openstack/osc-lib/
|
||||
python_requires = >=3.8
|
||||
python_requires = >=3.10
|
||||
classifier =
|
||||
Development Status :: 5 - Production/Stable
|
||||
Environment :: OpenStack
|
||||
|
||||
Reference in New Issue
Block a user