From 38e813e09b7db4ab7c1dae7acc6bde2d3aae0bd4 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 3 Jan 2024 18:46:07 -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: I231c176a30793b1ff038352b2e74ad3ff52b1b43 --- .zuul.yaml | 2 ++ setup.cfg | 1 + 2 files changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 78dacd3..f4cc638 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,9 +7,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 2aaba69..b600139 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 =