diff --git a/.zuul.yaml b/.zuul.yaml index 925fd86..63e3c50 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -13,18 +13,18 @@ check: jobs: - gerritlib-jeepyb-integration - - nox-py38: - nodeset: ubuntu-focal - - nox-py39: - nodeset: ubuntu-focal - nox-py310: nodeset: ubuntu-jammy + - nox-py311: + nodeset: debian-bookworm + - nox-py312: + nodeset: ubuntu-noble gate: jobs: - gerritlib-jeepyb-integration - - nox-py38: - nodeset: ubuntu-focal - - nox-py39: - nodeset: ubuntu-focal - nox-py310: nodeset: ubuntu-jammy + - nox-py311: + nodeset: debian-bookworm + - nox-py312: + nodeset: ubuntu-noble diff --git a/playbooks/jeepyb-integration/run.yaml b/playbooks/jeepyb-integration/run.yaml index fa9dc43..09e4460 100644 --- a/playbooks/jeepyb-integration/run.yaml +++ b/playbooks/jeepyb-integration/run.yaml @@ -24,6 +24,7 @@ pip: name: - requests<2.30.0 + - docker<7.0.0 - docker-compose state: present become: true diff --git a/setup.cfg b/setup.cfg index e07b79c..e4d4f84 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,9 +18,9 @@ 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.11 + Programming Language :: Python :: 3.12 [files] packages = gerritlib