From 35a75d28e5941c021273577778c501a02288654f Mon Sep 17 00:00:00 2001 From: Vsevolod Fedorov Date: Thu, 14 Dec 2023 13:31:29 +0300 Subject: [PATCH] Add support for Python 3.11 Change-Id: I4db0a458e054becc924726f25fff2cf0a80f3cc9 --- .zuul.yaml | 2 ++ tox.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 8ddd54850..1d1e3e3f0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -33,6 +33,7 @@ - tox-py39: nodeset: ubuntu-focal - tox-py310 + - tox-py311 - jjb-tox-linters - jjb-tox-cross-python-jenkins - jjb-tox-docs-linkcheck @@ -44,3 +45,4 @@ - tox-py39: nodeset: ubuntu-focal - tox-py310 + - tox-py311 diff --git a/tox.ini b/tox.ini index 886ca3182..8daa2d520 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.2 -envlist = linters, docs, docs-linkcheck, py37, py38, py39, py310, cover +envlist = linters, docs, docs-linkcheck, py37, py38, py39, py310, py311, cover skip_missing_interpreters = true # custom vars (no meaning to tox) install_test_deps = pip install -q -r test-requirements.txt