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
This commit is contained in:
parent
8a35fb6017
commit
38e813e09b
@ -7,9 +7,11 @@
|
|||||||
- openstack-tox-py38
|
- openstack-tox-py38
|
||||||
- openstack-tox-py39
|
- openstack-tox-py39
|
||||||
- openstack-tox-py310
|
- openstack-tox-py310
|
||||||
|
- openstack-tox-py311
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8
|
||||||
- openstack-tox-py38
|
- openstack-tox-py38
|
||||||
- openstack-tox-py39
|
- openstack-tox-py39
|
||||||
- openstack-tox-py310
|
- openstack-tox-py310
|
||||||
|
- openstack-tox-py311
|
||||||
|
@ -20,6 +20,7 @@ classifier =
|
|||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
|
Programming Language :: Python :: 3.11
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
Loading…
Reference in New Issue
Block a user