From 7b2db24c3692ec89339c3368fa474ae7cb60fa5b Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Wed, 23 Oct 2019 15:32:41 +0300 Subject: [PATCH] Use Python 3.8 final on Travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a997537..5ca0588 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - 3.5 - 3.6 - 3.7 - - 3.8-dev + - 3.8 - pypy - pypy3