Drop py3.6 and py3.7 from Cyborg

In zed cycle, OpenStack projects and oslo lib
has dropped the py3.6 and py3.7 support

- https://governance.openstack.org/tc/reference/runtimes/zed.html

With oslo not supporting the py3.6 and py3.7, we disscussed in cyborg
team, and we will remove the py3.6 and py3.7 support too.

Closes-Bug: #1977636
Change-Id: Ib934e50ee6e89cb1e2b4cbf8390eee2baa30effd
This commit is contained in:
zhangbailin 2022-06-04 14:10:03 +08:00
parent aae62d42da
commit 68c558645c
3 changed files with 12 additions and 5 deletions

View File

@ -1,18 +1,18 @@
- project:
templates:
- openstack-cover-jobs
- check-requirements
- release-notes-jobs-python3
- openstack-python3-yoga-jobs
- publish-openstack-docs-pti
check:
jobs:
- cyborg-tempest
- cyborg-tempest-ipv6-only
- cyborg-tox-bandit
- openstack-tox-py38
gate:
jobs:
- cyborg-tempest
- openstack-tox-py38
- job:
name: cyborg-tox-bandit

View File

@ -0,0 +1,9 @@
---
upgrade:
- |
In zed cycle, OpenStack projects and oslo lib has dropped the py3.6
and py3.7 support `[1]`_, Cyborg also not supporting the py3.6 and py3.7,
Cyborg master is failing and cannot be run on py3.6|7 env.
So from Zed release, we will remove py3.6 and py3.7 env.
.. _[1]: https://governance.openstack.org/tc/reference/runtimes/zed.html

View File

@ -6,7 +6,7 @@ description_file =
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/cyborg/latest/
python_requires = >=3.6
python_requires = >=3.8
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -17,8 +17,6 @@ classifier =
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9