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
This commit is contained in:
Ghanshyam Mann 2024-01-08 20:17:01 -08:00
parent 1ecfac3da4
commit 987b6962d5
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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 =