From 3c91a72111609f48084cb37ab721e78810e6efb4 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 5 Apr 2020 21:24:25 +0300 Subject: [PATCH] Test with the latest Python version. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a9685f2..b84debd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ # vim:ff=unix ts=2 sw=2 ai expandtab --- language: python -python: "3.6" +python: "3.8" dist: bionic cache: pip: true -- GitLab