From 7e052bd91c8ced9b96911e44c46102ad83f12419 Mon Sep 17 00:00:00 2001 From: Selwin Ong Date: Sun, 7 Jun 2020 18:09:59 +0700 Subject: [PATCH] Travis should test with Python 3.8.2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c4fe394..84244371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ matrix: - python: "3.5" - python: "3.6" - python: "3.7" - - python: "3.8" + - python: "3.8.2" - python: "pypy3" install: - pip install -e .