diff --git a/.zuul.yaml b/.zuul.yaml index baf422c15..0827f0101 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -36,6 +36,7 @@ nodeset: ubuntu-jammy - tox-py311: nodeset: ubuntu-jammy + - tox-py312 - jjb-tox-linters - jjb-tox-cross-python-jenkins - jjb-tox-docs-linkcheck @@ -50,3 +51,4 @@ nodeset: ubuntu-jammy - tox-py311: nodeset: ubuntu-jammy + - tox-py312 diff --git a/tox.ini b/tox.ini index 8daa2d520..c123fd8f2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.2 -envlist = linters, docs, docs-linkcheck, py37, py38, py39, py310, py311, cover +envlist = linters, docs, docs-linkcheck, py37, py38, py39, py310, py311, py312, cover skip_missing_interpreters = true # custom vars (no meaning to tox) install_test_deps = pip install -q -r test-requirements.txt