Merge "Version bumps for rhel9 transition"

This commit is contained in:
Zuul 2021-04-29 19:20:41 +00:00 committed by Gerrit Code Review
commit 36c9b8cbcb
3 changed files with 6 additions and 3 deletions

View File

@ -29,9 +29,10 @@
- check-requirements - check-requirements
check: check:
jobs: jobs:
- openstack-tox-py36
- openstack-tox-linters - openstack-tox-linters
- openstack-tox-cover - openstack-tox-cover
- openstack-tox-py36
- openstack-tox-py39
- tripleo-ci-centos-8-content-provider: - tripleo-ci-centos-8-content-provider:
dependencies: dependencies:
- openstack-tox-linters - openstack-tox-linters
@ -53,8 +54,9 @@
- validations-libs-functional - validations-libs-functional
gate: gate:
jobs: jobs:
- openstack-tox-py36
- openstack-tox-linters - openstack-tox-linters
- openstack-tox-py36
- openstack-tox-py39
- openstack-tox-docs: *tripleo-docs - openstack-tox-docs: *tripleo-docs
- validations-libs-functional - validations-libs-functional
- tripleo-ci-centos-8-content-provider: - tripleo-ci-centos-8-content-provider:

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
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
[files] [files]
packages = validations_libs packages = validations_libs

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 3.2.0 minversion = 3.2.0
envlist = linters,docs,py38 envlist = linters,docs,py
skipdist = True skipdist = True
# Automatic envs (pyXX) will only use the python version appropriate to that # Automatic envs (pyXX) will only use the python version appropriate to that