Drop support for Python 3.6
Drop support for Python 3.6 as it's EOL and the current version of the IBM cloud SDK requires 3.7+. Change-Id: Icdac247e36568ae1372188000914fa00ee071baf
This commit is contained in:
parent
b13feb7ae8
commit
c112e765ab
15
.zuul.yaml
15
.zuul.yaml
@ -231,11 +231,10 @@
|
|||||||
DIB_SIMPLE_INIT_NETWORKMANAGER: '1'
|
DIB_SIMPLE_INIT_NETWORKMANAGER: '1'
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: nodepool-tox-py36
|
name: nodepool-tox-py38
|
||||||
description: |
|
description: |
|
||||||
Nodepool unit tests with ZooKeeper running
|
Nodepool unit tests with ZooKeeper running
|
||||||
parent: tox-py36
|
parent: tox-py38
|
||||||
nodeset: ubuntu-bionic
|
|
||||||
pre-run: playbooks/nodepool-tox/pre.yaml
|
pre-run: playbooks/nodepool-tox/pre.yaml
|
||||||
vars: &nodepool_tox_vars
|
vars: &nodepool_tox_vars
|
||||||
tox_environment:
|
tox_environment:
|
||||||
@ -243,14 +242,6 @@
|
|||||||
NODEPOOL_ZK_CERT: /opt/zookeeper/ca/certs/client.pem
|
NODEPOOL_ZK_CERT: /opt/zookeeper/ca/certs/client.pem
|
||||||
NODEPOOL_ZK_KEY: /opt/zookeeper/ca/keys/clientkey.pem
|
NODEPOOL_ZK_KEY: /opt/zookeeper/ca/keys/clientkey.pem
|
||||||
|
|
||||||
- job:
|
|
||||||
name: nodepool-tox-py38
|
|
||||||
description: |
|
|
||||||
Nodepool unit tests with ZooKeeper running
|
|
||||||
parent: tox-py38
|
|
||||||
pre-run: playbooks/nodepool-tox/pre.yaml
|
|
||||||
vars: *nodepool_tox_vars
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: nodepool-tox-py39
|
name: nodepool-tox-py39
|
||||||
description: |
|
description: |
|
||||||
@ -269,7 +260,6 @@
|
|||||||
- nodepool-build-image-siblings
|
- nodepool-build-image-siblings
|
||||||
- zuul-tox-docs
|
- zuul-tox-docs
|
||||||
- tox-pep8
|
- tox-pep8
|
||||||
- nodepool-tox-py36
|
|
||||||
- nodepool-tox-py38
|
- nodepool-tox-py38
|
||||||
- nodepool-tox-py39
|
- nodepool-tox-py39
|
||||||
- nodepool-functional-container-openstack-release
|
- nodepool-functional-container-openstack-release
|
||||||
@ -285,7 +275,6 @@
|
|||||||
- nodepool-upload-image
|
- nodepool-upload-image
|
||||||
- zuul-tox-docs
|
- zuul-tox-docs
|
||||||
- tox-pep8
|
- tox-pep8
|
||||||
- nodepool-tox-py36
|
|
||||||
- nodepool-tox-py38
|
- nodepool-tox-py38
|
||||||
- nodepool-tox-py39
|
- nodepool-tox-py39
|
||||||
- nodepool-functional-k8s
|
- nodepool-functional-k8s
|
||||||
|
@ -6,7 +6,7 @@ description-file =
|
|||||||
author = Zuul Team
|
author = Zuul Team
|
||||||
author-email = zuul-discuss@lists.zuul-ci.org
|
author-email = zuul-discuss@lists.zuul-ci.org
|
||||||
home-page = https://zuul-ci.org/
|
home-page = https://zuul-ci.org/
|
||||||
python-requires = >= 3.6
|
python-requires = >= 3.7
|
||||||
classifier =
|
classifier =
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
Intended Audience :: System Administrators
|
Intended Audience :: System Administrators
|
||||||
@ -14,7 +14,6 @@ classifier =
|
|||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.6
|
|
||||||
Programming Language :: Python :: 3.7
|
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