From 2c09f49897f0b4a20b46d70572944fa3421e6aa0 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 19 Feb 2022 21:17:04 +0100 Subject: [PATCH] use 20.04 for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8051e57..1c684fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ os: linux -dist: bionic +dist: focal language: python python: "3.9"