Remove support for Python 3.6 and 3.7
Maintaining support for older not supported in Zed Python versions would take too much effort with a lot of libraries dropping compatibility with 3.6 and 3.7 Change-Id: I24a8806012dea6fe379aa49fe061f1c6a2243a86
This commit is contained in:
parent
b0e7380047
commit
d8f0925ae8
6
releasenotes/notes/py36-37-bye-bye-5a0cfafa9cfe8230.yaml
Normal file
6
releasenotes/notes/py36-37-bye-bye-5a0cfafa9cfe8230.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Sushy-tools does not support Python 3.6 and 3.7 anymore, please use
|
||||||
|
version 3.8 or higher.
|
||||||
|
|
@ -6,7 +6,7 @@ description_file =
|
|||||||
author = OpenStack
|
author = OpenStack
|
||||||
author_email = openstack-discuss@lists.openstack.org
|
author_email = openstack-discuss@lists.openstack.org
|
||||||
home_page = https://docs.openstack.org/sushy/latest/
|
home_page = https://docs.openstack.org/sushy/latest/
|
||||||
python_requires = >=3.6
|
python_requires = >=3.8
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
@ -17,8 +17,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.6
|
|
||||||
Programming Language :: Python :: 3.7
|
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
|
|
||||||
|
@ -6,11 +6,9 @@
|
|||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-py36
|
|
||||||
- sushy-tools-tempest-bios-redfish-netboot
|
- sushy-tools-tempest-bios-redfish-netboot
|
||||||
- sushy-tools-tempest-uefi-redfish-vmedia
|
- sushy-tools-tempest-uefi-redfish-vmedia
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-py36
|
|
||||||
- sushy-tools-tempest-bios-redfish-netboot
|
- sushy-tools-tempest-bios-redfish-netboot
|
||||||
- sushy-tools-tempest-uefi-redfish-vmedia
|
- sushy-tools-tempest-uefi-redfish-vmedia
|
||||||
|
Loading…
Reference in New Issue
Block a user