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: Idf0f211043c13c6b96f40fcf2891e84d5959fdb6
This commit is contained in:
Ghanshyam Mann 2024-01-03 18:51:35 -08:00
parent cffa9966df
commit 9c53770128
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310
- openstack-tox-py311
gate:
jobs:
- openstack-tox-pep8
@ -21,3 +22,4 @@
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310
- openstack-tox-py311

View File

@ -21,6 +21,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