From a2f0a8e0e86293c050d61ba9c399b8fdc6f0be2f Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 3 Jan 2024 18:48:56 -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: If0e5c39a5e72cc3ad67dcd1c9a99bfbe612d6ca8 --- .zuul.yaml | 2 ++ setup.cfg | 1 + 2 files changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 7948643..f67ccb7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,9 +9,11 @@ - openstack-tox-py38 - openstack-tox-py39 - openstack-tox-py310 + - openstack-tox-py311 gate: jobs: - openstack-tox-pep8 - openstack-tox-py38 - openstack-tox-py39 - openstack-tox-py310 + - openstack-tox-py311 diff --git a/setup.cfg b/setup.cfg index 6a1ad0a..c346e3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ classifier = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 [files] packages =