From 51803c87c91dcdc61765dc96b246d0858c063fa1 Mon Sep 17 00:00:00 2001 From: JacobPlaster Date: Tue, 7 Jul 2020 10:37:56 +0100 Subject: [PATCH] .travis: bump pythn version to 3.8.2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4e5a4a6..a852859 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "3.6.7" + - "3.8.2" install: - python3.6 -m pip install -r requirements.txt script: