Version bumps for rhel9 transition

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: Ic3618668190dd9700b4d84551377464bac5c893b
This commit is contained in:
Jiri Podivin 2021-04-26 17:41:19 +02:00
parent 132d2801db
commit 135478c426
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