From 2e54cbe4eaea42efcff6caede4106d01b3a7ecd0 Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Tue, 3 Sep 2019 14:42:20 +0200 Subject: [PATCH] BLD Update centos7 to use python 3.7 --- wercker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wercker.yml b/wercker.yml index d3d2f24..e822c57 100644 --- a/wercker.yml +++ b/wercker.yml @@ -72,9 +72,9 @@ centos: name: Install packages code: | yum install -y https://centos7.iuscommunity.org/ius-release.rpm - yum install -y python36u nss -y + yum install -y python37u nss -y # This python package doesn't actually setup python3 only python3.6 - ln -s /usr/bin/python3.6 /usr/bin/python3 + ln -s /usr/bin/python3.7 /usr/bin/python3 - script: name: Run tests