Drop python3.6/3.7 support in testing runtime
In Zed cycle testing runtime, we are targetting to drop the
python 3.6/3.7 support, project started adding python 3.8 as minimum,
example nova:
- 56b5aed08c/setup.cfg (L13)
Also indicates that we support python 3.9.
Change-Id: I9f9e63fcea02a90a08bfb381755ed76cdd35ddef
This commit is contained in:
parent
96f91b961f
commit
b21c20f79f
108
.zuul.yaml
108
.zuul.yaml
@ -9,43 +9,43 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- tooz-tox-py38-etcd
|
- tooz-tox-py38-etcd
|
||||||
- tooz-tox-py36-etcd
|
- tooz-tox-py39-etcd
|
||||||
- tooz-tox-py38-etcd3gw
|
- tooz-tox-py38-etcd3gw
|
||||||
- tooz-tox-py36-etcd3gw
|
- tooz-tox-py39-etcd3gw
|
||||||
- tooz-tox-py38-zookeeper
|
- tooz-tox-py38-zookeeper
|
||||||
- tooz-tox-py36-zookeeper
|
- tooz-tox-py39-zookeeper
|
||||||
- tooz-tox-py38-redis
|
- tooz-tox-py38-redis
|
||||||
- tooz-tox-py36-redis
|
- tooz-tox-py39-redis
|
||||||
- tooz-tox-py38-sentinel
|
- tooz-tox-py38-sentinel
|
||||||
- tooz-tox-py36-sentinel
|
- tooz-tox-py39-sentinel
|
||||||
- tooz-tox-py38-memcached
|
- tooz-tox-py38-memcached
|
||||||
- tooz-tox-py36-memcached
|
- tooz-tox-py39-memcached
|
||||||
- tooz-tox-py38-postgresql
|
- tooz-tox-py38-postgresql
|
||||||
- tooz-tox-py36-postgresql
|
- tooz-tox-py39-postgresql
|
||||||
- tooz-tox-py38-mysql
|
- tooz-tox-py38-mysql
|
||||||
- tooz-tox-py36-mysql
|
- tooz-tox-py39-mysql
|
||||||
- tooz-tox-py38-consul
|
- tooz-tox-py38-consul
|
||||||
- tooz-tox-py36-consul
|
- tooz-tox-py39-consul
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- tooz-tox-py38-etcd
|
- tooz-tox-py38-etcd
|
||||||
- tooz-tox-py36-etcd
|
- tooz-tox-py39-etcd
|
||||||
- tooz-tox-py38-etcd3gw
|
- tooz-tox-py38-etcd3gw
|
||||||
- tooz-tox-py36-etcd3gw
|
- tooz-tox-py39-etcd3gw
|
||||||
- tooz-tox-py38-zookeeper
|
- tooz-tox-py38-zookeeper
|
||||||
- tooz-tox-py36-zookeeper
|
- tooz-tox-py39-zookeeper
|
||||||
- tooz-tox-py38-redis
|
- tooz-tox-py38-redis
|
||||||
- tooz-tox-py36-redis
|
- tooz-tox-py39-redis
|
||||||
- tooz-tox-py38-sentinel
|
- tooz-tox-py38-sentinel
|
||||||
- tooz-tox-py36-sentinel
|
- tooz-tox-py39-sentinel
|
||||||
- tooz-tox-py38-memcached
|
- tooz-tox-py38-memcached
|
||||||
- tooz-tox-py36-memcached
|
- tooz-tox-py39-memcached
|
||||||
- tooz-tox-py38-postgresql
|
- tooz-tox-py38-postgresql
|
||||||
- tooz-tox-py36-postgresql
|
- tooz-tox-py39-postgresql
|
||||||
- tooz-tox-py38-mysql
|
- tooz-tox-py38-mysql
|
||||||
- tooz-tox-py36-mysql
|
- tooz-tox-py39-mysql
|
||||||
- tooz-tox-py38-consul
|
- tooz-tox-py38-consul
|
||||||
- tooz-tox-py36-consul
|
- tooz-tox-py39-consul
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py38-consul
|
name: tooz-tox-py38-consul
|
||||||
@ -124,77 +124,77 @@
|
|||||||
tox_envlist: py38-zookeeper
|
tox_envlist: py38-zookeeper
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py36-consul
|
name: tooz-tox-py39-consul
|
||||||
parent: openstack-tox-py36
|
parent: openstack-tox-py39
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py36-consul`` environment.
|
Run tests using ``py39-consul`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py36-consul
|
tox_envlist: py39-consul
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py36-etcd
|
name: tooz-tox-py39-etcd
|
||||||
parent: openstack-tox-py36
|
parent: openstack-tox-py39
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py36-etcd`` environment.
|
Run tests using ``py39-etcd`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py36-etcd
|
tox_envlist: py39-etcd
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py36-etcd3gw
|
name: tooz-tox-py39-etcd3gw
|
||||||
parent: openstack-tox-py36
|
parent: openstack-tox-py39
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py36-etcd3gw`` environment.
|
Run tests using ``py39-etcd3gw`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py36-etcd3gw
|
tox_envlist: py39-etcd3gw
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py36-memcached
|
name: tooz-tox-py39-memcached
|
||||||
parent: openstack-tox-py36
|
parent: openstack-tox-py39
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py36-memcached`` environment.
|
Run tests using ``py39-memcached`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py36-memcached
|
tox_envlist: py39-memcached
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py36-mysql
|
name: tooz-tox-py39-mysql
|
||||||
parent: openstack-tox-py36
|
parent: openstack-tox-py39
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py36-mysql`` environment.
|
Run tests using ``py39-mysql`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py36-mysql
|
tox_envlist: py39-mysql
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py36-postgresql
|
name: tooz-tox-py39-postgresql
|
||||||
parent: openstack-tox-py36
|
parent: openstack-tox-py39
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py36-postgresql`` environment.
|
Run tests using ``py39-postgresql`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py36-postgresql
|
tox_envlist: py39-postgresql
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py36-redis
|
name: tooz-tox-py39-redis
|
||||||
parent: openstack-tox-py36
|
parent: openstack-tox-py39
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py36-redis`` environment.
|
Run tests using ``py39-redis`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py36-redis
|
tox_envlist: py39-redis
|
||||||
pre-run:
|
pre-run:
|
||||||
- playbooks/stop-redis.yaml
|
- playbooks/stop-redis.yaml
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py36-sentinel
|
name: tooz-tox-py39-sentinel
|
||||||
parent: openstack-tox-py36
|
parent: openstack-tox-py39
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py36-sentinel`` environment.
|
Run tests using ``py39-sentinel`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py36-sentinel
|
tox_envlist: py39-sentinel
|
||||||
pre-run:
|
pre-run:
|
||||||
- playbooks/stop-redis.yaml
|
- playbooks/stop-redis.yaml
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py36-zookeeper
|
name: tooz-tox-py39-zookeeper
|
||||||
parent: openstack-tox-py36
|
parent: openstack-tox-py39
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py36-zookeeper`` environment.
|
Run tests using ``py39-zookeeper`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py36-zookeeper
|
tox_envlist: py39-zookeeper
|
||||||
|
@ -6,7 +6,7 @@ summary = Coordination library for distributed systems.
|
|||||||
description_file = README.rst
|
description_file = README.rst
|
||||||
license = Apache-2
|
license = Apache-2
|
||||||
home_page = https://docs.openstack.org/tooz/latest/
|
home_page = https://docs.openstack.org/tooz/latest/
|
||||||
python_requires = >=3.6
|
python_requires = >=3.8
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Developers
|
Intended Audience :: Developers
|
||||||
@ -15,9 +15,8 @@ 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.8
|
Programming Language :: Python :: 3.8
|
||||||
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python :: 3 :: Only
|
Programming Language :: Python :: 3 :: Only
|
||||||
Programming Language :: Python :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
Topic :: System :: Distributed Computing
|
Topic :: System :: Distributed Computing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user