From a9de6f50e615cf4e68a003ee9e7a894a442f708c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Mon, 16 Mar 2020 21:07:03 +0000 Subject: Refresh Python versions. - 3.8 is now stable. - 3.9 is now the next release. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96011ac..1b8e924 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ matrix: - python: 3.6 env: PRE_COMMIT=true - python: 3.7 - - python: 3.8-dev + - python: 3.8 + - python: 3.9-dev install: - pip install .[dev] -- cgit v1.2.3