Skip to content

Commit 57e826a

Browse files
author
Ghanshyam Mann
committed
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: I08709e4da19682be2cd174ab55b0293c74cfcf06
1 parent f5426a8 commit 57e826a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.zuul.d/jobs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- openstack-tox-py38
1212
- openstack-tox-py39
1313
- openstack-tox-py310
14+
- openstack-tox-py311
1415
- bashate-devstack
1516
gate:
1617
jobs:
@@ -20,6 +21,7 @@
2021
- openstack-tox-py38
2122
- openstack-tox-py39
2223
- openstack-tox-py310
24+
- openstack-tox-py311
2325
- bashate-devstack
2426

2527
- job:

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifier =
2323
Programming Language :: Python :: 3.8
2424
Programming Language :: Python :: 3.9
2525
Programming Language :: Python :: 3.10
26+
Programming Language :: Python :: 3.11
2627

2728
[files]
2829
packages =

0 commit comments

Comments
 (0)