From 4e01fdd310189ef78ae066f9e3c3f74aef5018d6 Mon Sep 17 00:00:00 2001 From: Tristan Date: Wed, 11 Nov 2020 20:59:28 -0500 Subject: [PATCH] Update travis distro to focal (#203) Fixes OpenSSL version no longer being supported --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bd8217b..3ee6173 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +dist: focal python: 3.8 matrix: