From d289da0a4cc4884c4355ce18c276305e6fba9d28 Mon Sep 17 00:00:00 2001 From: Kaliko Jack Date: Tue, 13 Apr 2021 10:25:06 +0200 Subject: [PATCH] Add py 3.8 and py 3.9 to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 222892e..b00b506 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,7 @@ branches: python: - "3.7" + - "3.8" + - "3.9" script: python3 setup.py test -- 2.39.2