From 5bd0859c5a6103b741be27a25a845147719b2a5f Mon Sep 17 00:00:00 2001 From: bogdan_dm Date: Sun, 3 May 2020 22:03:42 +0300 Subject: [PATCH] Add python3.8 and 3.9-dev to test matrix --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6fc5c8..a0e669d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,9 @@ after_success: matrix: include: - python: 3.7 - - python: 3.7-dev - # - python: 3.8-dev + - python: 3.8 + - python: 3.8-dev + - python: 3.9-dev deploy: - provider: pypi