From 68d82c909e6fa6cedc0cf2c9f242f18d3692103b Mon Sep 17 00:00:00 2001 From: nanosonde <2073569+nanosonde@users.noreply.github.com> Date: Thu, 7 May 2020 15:04:26 +0200 Subject: [PATCH] Update python to 3.8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 12ee9ef..c3001b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,7 +79,7 @@ # Test build for PlatformIO based projects - language: python python: - - "2.7" + - "3.8" cache: directories: - "~/.platformio"