Drop support for python 3.5

There are now increasing numbers of dependencies like cryptocraphy
that will drop support for Python 3.5 soon. Thus we should consider
dropping the support for Python 3.5 as well.

Change-Id: I830ec3e97cfaac5d336d02755fe788572f36fb07
This commit is contained in:
Tobias Henkel 2020-09-04 15:11:08 +02:00
parent a0de74bef8
commit d676b6d6d9
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
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