From 4a18ae10b8d2dc164b4607fcd0728bb24516a723 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 10 Apr 2023 13:13:32 +0900 Subject: [PATCH] Moves supported python runtimes from version 3.8 to 3.10 Within 2023.2 python version 3.9 and 3.10 are the supported python runtimes [1]. [1] https: //review.opendev.org/c/openstack/governance/+/872232 Change-Id: I73a909411d4896adf1fe5903afa1dec4640f8a0b --- .zuul.yaml | 188 ++++++++++++++++++++++++++--------------------------- setup.cfg | 4 +- 2 files changed, 96 insertions(+), 96 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 4e684464..b1f3662b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,120 +8,44 @@ - release-notes-jobs-python3 check: jobs: - - tooz-tox-py38-etcd - tooz-tox-py39-etcd - - tooz-tox-py38-etcd3gw + - tooz-tox-py310-etcd - tooz-tox-py39-etcd3gw - - tooz-tox-py38-zookeeper + - tooz-tox-py310-etcd3gw - tooz-tox-py39-zookeeper - - tooz-tox-py38-redis + - tooz-tox-py310-zookeeper - tooz-tox-py39-redis - - tooz-tox-py38-sentinel + - tooz-tox-py310-redis - tooz-tox-py39-sentinel - - tooz-tox-py38-memcached + - tooz-tox-py310-sentinel - tooz-tox-py39-memcached - - tooz-tox-py38-postgresql + - tooz-tox-py310-memcached - tooz-tox-py39-postgresql - - tooz-tox-py38-mysql + - tooz-tox-py310-postgresql - tooz-tox-py39-mysql - - tooz-tox-py38-consul + - tooz-tox-py310-mysql - tooz-tox-py39-consul + - tooz-tox-py310-consul gate: jobs: - - tooz-tox-py38-etcd - tooz-tox-py39-etcd - - tooz-tox-py38-etcd3gw + - tooz-tox-py310-etcd - tooz-tox-py39-etcd3gw - - tooz-tox-py38-zookeeper + - tooz-tox-py310-etcd3gw - tooz-tox-py39-zookeeper - - tooz-tox-py38-redis + - tooz-tox-py310-zookeeper - tooz-tox-py39-redis - - tooz-tox-py38-sentinel + - tooz-tox-py310-redis - tooz-tox-py39-sentinel - - tooz-tox-py38-memcached + - tooz-tox-py310-sentinel - tooz-tox-py39-memcached - - tooz-tox-py38-postgresql + - tooz-tox-py310-memcached - tooz-tox-py39-postgresql - - tooz-tox-py38-mysql + - tooz-tox-py310-postgresql - tooz-tox-py39-mysql - - tooz-tox-py38-consul + - tooz-tox-py310-mysql - tooz-tox-py39-consul - -- job: - name: tooz-tox-py38-consul - parent: openstack-tox-py38 - description: | - Run tests using ``py38-consul`` environment. - vars: - tox_envlist: py38-consul - -- job: - name: tooz-tox-py38-etcd - parent: openstack-tox-py38 - description: | - Run tests using ``py38-etcd`` environment. - vars: - tox_envlist: py38-etcd - -- job: - name: tooz-tox-py38-etcd3gw - parent: openstack-tox-py38 - description: | - Run tests using ``py38-etcd3gw`` environment. - vars: - tox_envlist: py38-etcd3gw - -- job: - name: tooz-tox-py38-memcached - parent: openstack-tox-py38 - description: | - Run tests using ``py38-memcached`` environment. - vars: - tox_envlist: py38-memcached - -- job: - name: tooz-tox-py38-mysql - parent: openstack-tox-py38 - description: | - Run tests using ``py38-mysql`` environment. - vars: - tox_envlist: py38-mysql - -- job: - name: tooz-tox-py38-postgresql - parent: openstack-tox-py38 - description: | - Run tests using ``py38-postgresql`` environment. - vars: - tox_envlist: py38-postgresql - -- job: - name: tooz-tox-py38-redis - parent: openstack-tox-py38 - description: | - Run tests using ``py38-redis`` environment. - vars: - tox_envlist: py38-redis - pre-run: - - playbooks/stop-redis.yaml - -- job: - name: tooz-tox-py38-sentinel - parent: openstack-tox-py38 - description: | - Run tests using ``py38-sentinel`` environment. - vars: - tox_envlist: py38-sentinel - pre-run: - - playbooks/stop-redis.yaml - -- job: - name: tooz-tox-py38-zookeeper - parent: openstack-tox-py38 - description: | - Run tests using ``py38-zookeeper`` environment. - vars: - tox_envlist: py38-zookeeper + - tooz-tox-py310-consul - job: name: tooz-tox-py39-consul @@ -198,3 +122,79 @@ Run tests using ``py39-zookeeper`` environment. vars: tox_envlist: py39-zookeeper + +- job: + name: tooz-tox-py310-consul + parent: openstack-tox-py310 + description: | + Run tests using ``py310-consul`` environment. + vars: + tox_envlist: py310-consul + +- job: + name: tooz-tox-py310-etcd + parent: openstack-tox-py310 + description: | + Run tests using ``py310-etcd`` environment. + vars: + tox_envlist: py310-etcd + +- job: + name: tooz-tox-py310-etcd3gw + parent: openstack-tox-py310 + description: | + Run tests using ``py310-etcd3gw`` environment. + vars: + tox_envlist: py310-etcd3gw + +- job: + name: tooz-tox-py310-memcached + parent: openstack-tox-py310 + description: | + Run tests using ``py310-memcached`` environment. + vars: + tox_envlist: py310-memcached + +- job: + name: tooz-tox-py310-mysql + parent: openstack-tox-py310 + description: | + Run tests using ``py310-mysql`` environment. + vars: + tox_envlist: py310-mysql + +- job: + name: tooz-tox-py310-postgresql + parent: openstack-tox-py310 + description: | + Run tests using ``py310-postgresql`` environment. + vars: + tox_envlist: py310-postgresql + +- job: + name: tooz-tox-py310-redis + parent: openstack-tox-py310 + description: | + Run tests using ``py310-redis`` environment. + vars: + tox_envlist: py310-redis + pre-run: + - playbooks/stop-redis.yaml + +- job: + name: tooz-tox-py310-sentinel + parent: openstack-tox-py310 + description: | + Run tests using ``py310-sentinel`` environment. + vars: + tox_envlist: py310-sentinel + pre-run: + - playbooks/stop-redis.yaml + +- job: + name: tooz-tox-py310-zookeeper + parent: openstack-tox-py310 + description: | + Run tests using ``py310-zookeeper`` environment. + vars: + tox_envlist: py310-zookeeper diff --git a/setup.cfg b/setup.cfg index 0742249c..e26dde8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ summary = Coordination library for distributed systems. description_file = README.rst license = Apache-2 home_page = https://docs.openstack.org/tooz/latest/ -python_requires = >=3.8 +python_requires = >=3.9 classifier = Environment :: OpenStack Intended Audience :: Developers @@ -15,8 +15,8 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython Topic :: System :: Distributed Computing