Mark Python 3.10 testing as voting

Change-Id: I4743973e34ef1fcba9e5b64e32b2f1f458de75ba
This commit is contained in:
Tim Burke 2023-01-05 17:45:20 -08:00
parent 3264fd6cfd
commit 7a83087a52
2 changed files with 5 additions and 0 deletions

@ -42,12 +42,16 @@
- swiftclient-functional
- openstack-tox-py39:
voting: true
- openstack-tox-py310:
voting: true
gate:
jobs:
- swiftclient-swift-functional
- swiftclient-functional
- openstack-tox-py39:
voting: true
- openstack-tox-py310:
voting: true
post:
jobs:
- openstack-tox-cover

@ -21,6 +21,7 @@ classifier =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
[files]