From 987b6962d5c80c0cb404125ea722102ee238f0c9 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 8 Jan 2024 20:17:01 -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: I19709cc0e87367caa3ff6393ff537267e5f29266 --- .zuul.yaml | 2 ++ setup.cfg | 1 + 2 files changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 6744814..019c264 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -15,6 +15,7 @@ - rbd-iscsi-client-py38 - openstack-tox-py39 - openstack-tox-py310 + - openstack-tox-py311 - rbd-iscsi-client-code-coverage: voting: false @@ -25,6 +26,7 @@ - rbd-iscsi-client-py38 - openstack-tox-py39 - openstack-tox-py310 + - openstack-tox-py311 - job: name: rbd-iscsi-client-code-coverage diff --git a/setup.cfg b/setup.cfg index cca1287..7ef6bec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,6 +24,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 [global] setup-hooks =