From 57e826ac597891aba1fa46aa9da20de13588f49e Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 3 Jan 2024 19:09:22 -0800 Subject: [PATCH] Test python 3.11 As per the current release tested runtime, we need to test till python 3.11 so adding the test and updating the same in python classifier in setup.cfg Change-Id: I08709e4da19682be2cd174ab55b0293c74cfcf06 --- .zuul.d/jobs.yaml | 2 ++ setup.cfg | 1 + 2 files changed, 3 insertions(+) diff --git a/.zuul.d/jobs.yaml b/.zuul.d/jobs.yaml index 797c011..2a8707d 100644 --- a/.zuul.d/jobs.yaml +++ b/.zuul.d/jobs.yaml @@ -11,6 +11,7 @@ - openstack-tox-py38 - openstack-tox-py39 - openstack-tox-py310 + - openstack-tox-py311 - bashate-devstack gate: jobs: @@ -20,6 +21,7 @@ - openstack-tox-py38 - openstack-tox-py39 - openstack-tox-py310 + - openstack-tox-py311 - bashate-devstack - job: diff --git a/setup.cfg b/setup.cfg index 7e1c6e2..d744ee8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,7 @@ classifier = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 [files] packages =