git-review/.zuul.yaml
Jeremy Stanley f1851f732a Drop support for Python 3.5
An upcoming change needs a feature from Git 2.10, which Ubuntu 16.04
LTS lacks. Since Python 3.5 reached end of life with the 3.5.10
release on 2020-09-05, it's been unsupported by its maintainers for
nearly 2 years anyway.

Change-Id: I0369c29baa344c4dc76eaa47b3467b6117eb933c
2022-04-11 16:59:57 +00:00

24 lines
473 B
YAML

- project:
vars:
release_python: python3
templates:
- publish-opendev-tox-docs
check:
jobs: &jobs
- build-python-release
- tox-linters
- tox-py36:
nodeset: ubuntu-bionic
- tox-py37:
nodeset: ubuntu-bionic
- tox-py38
- tox-py39
gate:
jobs: *jobs
promote:
jobs:
- opendev-promote-python
release:
jobs:
- opendev-release-python