From e139d92ca57aae0fca90c5f4fc46e4d6e4b1b91c Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 25 Nov 2024 18:35:44 -0800 Subject: [PATCH] Update gate jobs as per the 2025.1 cycle testing runtime As per 2025.1 testing runtime[1], we need to test on Ubuntu Noble and python 3.9 to 3.12. Fixing py3.11 for mysql pkg which run on debian-bookworm. Tracking: https://etherpad.opendev.org/p/migrate-to-noble [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: If0e5c39a5e72cc3ad67dcd1c9a99bfbe612d6ca8 --- .zuul.yaml | 6 ++++-- bindep.txt | 5 +++-- setup.cfg | 5 +++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 7948643..bf9c8f8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,12 +6,14 @@ check: jobs: - openstack-tox-pep8 - - openstack-tox-py38 - openstack-tox-py39 - openstack-tox-py310 + - openstack-tox-py311 + - openstack-tox-py312 gate: jobs: - openstack-tox-pep8 - - openstack-tox-py38 - openstack-tox-py39 - openstack-tox-py310 + - openstack-tox-py311 + - openstack-tox-py312 diff --git a/bindep.txt b/bindep.txt index 916be50..83298da 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,8 +1,9 @@ # This is a cross-platform list tracking distribution packages needed by tests; # see http://docs.openstack.org/infra/bindep/ for additional information. -mysql-client [platform:dpkg] -mysql-server [platform:dpkg] +mysql-client [platform:dpkg !platform:debian] +mysql-server [platform:dpkg !platform:debian] +mariadb-server [platform:debian] postgresql postgresql-client [platform:dpkg] postgresql-server [platform:rpm] diff --git a/setup.cfg b/setup.cfg index 6a1ad0a..06ce3e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/coverage2sql/latest/ -python_requires = >=3.8 +python_requires = >=3.9 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -17,9 +17,10 @@ classifier = Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 [files] packages =