From afb6cd57217a237c727575219624d6f0343206a9 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 10 Jan 2021 14:38:00 +1100 Subject: [PATCH] Updated to Python 3.9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 78609160a..c6f596fa5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: language: python # Default Python version is usually 3.6 -python: 3.8 +python: 3.9 dist: xenial services: docker