Merge "Drop support for python 3.5"

This commit is contained in:
Zuul 2020-09-15 19:49:32 +00:00 committed by Gerrit Code Review
commit 438aac5b24
3 changed files with 9 additions and 6 deletions

View File

@ -232,11 +232,11 @@
- tox-linters:
vars:
tox_install_bindep: false
- tox-py35:
- tox-py36:
irrelevant-files:
- zuul/cmd/migrate.py
- playbooks/zuul-migrate/.*
nodeset: ubuntu-xenial
nodeset: ubuntu-bionic
timeout: 4800 # 80 minutes
vars: &zuul_tox_vars
test_setup_environment:
@ -282,11 +282,11 @@
- tox-linters:
vars:
tox_install_bindep: false
- tox-py35:
- tox-py36:
irrelevant-files:
- zuul/cmd/migrate.py
- playbooks/zuul-migrate/.*
nodeset: ubuntu-xenial
nodeset: ubuntu-bionic
timeout: 4800 # 80 minutes
vars: *zuul_tox_vars
- tox-py38:

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
Support for running Zuul under Python 3.5 has been dropped.

View File

@ -6,7 +6,7 @@ description-file =
author = Zuul Team
author-email = zuul-discuss@lists.zuul-ci.org
home-page = https://zuul-ci.org/
python-requires = >=3.5
python-requires = >=3.6
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
@ -14,7 +14,6 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8