Assure git-review works with py37 and py38
Change-Id: I0e7b370348e4a350d4e2fdc11bc57c3746f15267
This commit is contained in:
parent
3757503895
commit
4af1703a90
11
.zuul.yaml
11
.zuul.yaml
@ -1,12 +1,13 @@
|
||||
- project:
|
||||
templates:
|
||||
- openstack-python35-jobs-no-constraints
|
||||
- publish-tox-docs-infra
|
||||
check:
|
||||
jobs:
|
||||
jobs: &jobs
|
||||
- tox-linters
|
||||
- tox-py35:
|
||||
nodeset: ubuntu-xenial
|
||||
- tox-py36
|
||||
- tox-py37
|
||||
- tox-py38
|
||||
gate:
|
||||
jobs:
|
||||
- tox-linters
|
||||
- tox-py36
|
||||
jobs: *jobs
|
||||
|
@ -7,6 +7,8 @@ classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.5
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python
|
||||
Development Status :: 5 - Production/Stable
|
||||
Environment :: Console
|
||||
|
Loading…
x
Reference in New Issue
Block a user