From 70ca8852b835a9abf066539f36a2a8420fcecbd0 Mon Sep 17 00:00:00 2001 From: alexanghh Date: Wed, 9 Nov 2022 14:27:07 +0800 Subject: [PATCH] Restored changes to travis config for testing until python 3.9 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d97176e..15794c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ -dist: focal # or bionic | xenial | trusty | precise with xenial as default language: python python: - "3.6" # current default Python on Travis CI - "3.7" - "3.8" - "3.9" - - "3.10" # command to install dependencies install: