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:
parent
aae62d42da
commit
68c558645c
@ -1,18 +1,18 @@
|
|||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- openstack-cover-jobs
|
- openstack-cover-jobs
|
||||||
- check-requirements
|
|
||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
- openstack-python3-yoga-jobs
|
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- cyborg-tempest
|
- cyborg-tempest
|
||||||
- cyborg-tempest-ipv6-only
|
- cyborg-tempest-ipv6-only
|
||||||
- cyborg-tox-bandit
|
- cyborg-tox-bandit
|
||||||
|
- openstack-tox-py38
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- cyborg-tempest
|
- cyborg-tempest
|
||||||
|
- openstack-tox-py38
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: cyborg-tox-bandit
|
name: cyborg-tox-bandit
|
||||||
|
@ -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
|
@ -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/cyborg/latest/
|
home_page = https://docs.openstack.org/cyborg/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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user