Declare py311 support
Add a voting job, update trove classifiers. Change-Id: I757b76e3af5f667a670cdf65687f23ef2b486666
This commit is contained in:
parent
236c2775c6
commit
90f565009a
10
.zuul.yaml
10
.zuul.yaml
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user