summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2020-09-04 15:11:08 +0200
committerTobias Henkel <tobias.henkel@bmw.de>2020-09-04 16:21:10 +0200
commitd676b6d6d9ac3c903b0f8a8ed013b96cf8a65df7 (patch)
tree5a81bc92209ddc86f6563fbe9023d99cce934e12 /.zuul.yaml
parenta0de74bef87678514749c2e8aab9cbbbca847a1e (diff)
downloadzuul-d676b6d6d9ac3c903b0f8a8ed013b96cf8a65df7.tar.gz
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
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml8
1 files changed, 4 insertions, 4 deletions
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: