From dfa2e3d04948ce6ff78057008314efe79eea4764 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Thu, 2 Jan 2020 11:57:53 +0100 Subject: cirrus: Use python 3.7 packages on FreeBSD. Python 3.6 versions of these packages are no longer available in FreeBSD ports. Signed-off-by: Ilya Maximets Acked-by: Ben Pfaff --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index f7a625f01..1b32f55d6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,7 +9,7 @@ freebsd_build_task: env: DEPENDENCIES: automake libtool gmake gcc wget openssl - python3 py36-openssl py36-sphinx + python3 py37-openssl py37-sphinx matrix: COMPILER: gcc COMPILER: clang -- cgit v1.2.1