From 218cc54258f5636267d38700f1ca7947fe2aeebe Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 3 Jun 2022 21:53:31 +0200 Subject: [PATCH] Updated python version for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9ad0c50..6adb1ca1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python -python: "3.8" +python: "3.9" before_install: - cp .secrets_travis.yaml secrets.yaml -- 2.47.3