Declare py311 support

Add a voting job, update trove classifiers.

Change-Id: I757b76e3af5f667a670cdf65687f23ef2b486666
This commit is contained in:
Tim Burke 2023-07-07 12:41:48 -07:00
parent 236c2775c6
commit 90f565009a
2 changed files with 11 additions and 0 deletions

@ -29,6 +29,14 @@
# swift can use different tox env names
tox_envlist: func
- job:
name: swiftclient-tox-py311
parent: openstack-tox-py310
vars:
tox_envlist: py311
bindep_profile: test py311
python_version: '3.11'
- project:
templates:
- check-requirements
@ -49,6 +57,7 @@
voting: true
- openstack-tox-py310:
voting: true
- swiftclient-tox-py311
gate:
jobs:
- swiftclient-swift-functional
@ -57,6 +66,7 @@
voting: true
- openstack-tox-py310:
voting: true
- swiftclient-tox-py311
post:
jobs:
- openstack-tox-cover

@ -28,6 +28,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
[files]