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 =