From d676b6d6d9ac3c903b0f8a8ed013b96cf8a65df7 Mon Sep 17 00:00:00 2001 From: Tobias Henkel Date: Fri, 4 Sep 2020 15:11:08 +0200 Subject: 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 --- .zuul.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.zuul.yaml') diff --git a/.zuul.yaml b/.zuul.yaml index ff5f491c1..7f6d72167 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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: -- cgit v1.2.1