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

View File

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

View File

@@ -21,6 +21,7 @@ classifier =
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
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 :: Only Programming Language :: Python :: 3 :: Only
[files] [files]