From: Giorgio Ravera Date: Fri, 3 Jun 2022 19:53:31 +0000 (+0200) Subject: Updated python version for travis X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=218cc54258f5636267d38700f1ca7947fe2aeebe;p=homeassistant.git Updated python version for travis --- 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