From 28336ece6fa684fd0b3e174b6d642ac81dd749b4 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 22 Aug 2023 19:02:50 -0700 Subject: [PATCH] Add python 3.11 unit test job Python 3.11 is going to be added as required python version testing[1] so testing it in advance is good idea. [1] https://governance.openstack.org/tc/reference/runtimes/2024.1.html#python-runtimes-for-2024-1 Change-Id: I77c51657d67b644ece30589f26bb795929f25bc4 --- setup.cfg | 1 + zuul.d/project.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index beaf9b4975..bb1ced578f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifier = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 9787526c46..469b6595db 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -11,6 +11,7 @@ - openstack-tox-py38 - openstack-tox-py39 - openstack-tox-py310 + - openstack-tox-py311 - tempest-full-py3: # Define list of irrelevant files to use everywhere else irrelevant-files: &tempest-irrelevant-files @@ -128,6 +129,7 @@ - openstack-tox-py38 - openstack-tox-py39 - openstack-tox-py310 + - openstack-tox-py311 - tempest-slow-py3: irrelevant-files: *tempest-irrelevant-files - neutron-ovs-grenade-multinode: