From dec81f654070fcbe3b19e014abb13cd97c219b55 Mon Sep 17 00:00:00 2001 From: yuniszhang Date: Mon, 27 Jun 2022 16:44:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81python=203.10=20ut=20?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bdffad6d..cee5df18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,16 @@ sudo: false language: python +dist: xenial python: - '2.7' - '3.5' - '3.6' - '3.8' - '3.9' -- "3.10" +- '3.9' + dist: focal +- '3.10' + dist: focal install: - pip install requests - pip install six