From fa704ce067271db16dc4059cf991e48e76e9607c Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Tue, 19 Sep 2023 21:58:12 +0200 Subject: [PATCH] Include openstack-tox-py311 job Getting rid of the antelope template and replacing it with the list of the jobs instead - it's gonna be easier to add newer python jobs as we won't have to check which ones are a part of a template and which need to be added directly. mysql-server and mysql-client seem to be changed for mariadb-server and mariadb-client: https://github.com/geerlingguy/ansible-role-mysql/issues/336 Change-Id: Id37a96f32e58c5a91f25d731c89c7a565614d99f --- .zuul.yaml | 9 ++++++++- bindep.txt | 4 ++-- setup.cfg | 1 + 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 1cf1d2c9..6d5a33d9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,15 +2,22 @@ templates: - nodejs18-jobs - openstack-cover-jobs - - openstack-python3-antelope-jobs check: jobs: + - openstack-tox-pep8 + - openstack-tox-py38 - openstack-tox-py39 + - openstack-tox-py310 + - openstack-tox-py311 - refstack-tox-functional - opendev-tox-docs gate: jobs: + - openstack-tox-pep8 + - openstack-tox-py38 - openstack-tox-py39 + - openstack-tox-py310 + - openstack-tox-py311 - refstack-tox-functional - opendev-tox-docs promote: diff --git a/bindep.txt b/bindep.txt index cc937cb3..dd5d96c6 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,7 +2,7 @@ # see https://docs.openstack.org/infra/bindep/ for additional information. gcc [compile test] -mysql-client [test platform:dpkg] -mysql-server [test platform:dpkg] +mariadb-client [test platform:dpkg] +mariadb-server [test platform:dpkg] postgresql [test] postgresql-client [test platform:dpkg] diff --git a/setup.cfg b/setup.cfg index bfd1276c..e14d7070 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifier = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython