From: Kaliko Jack Date: Tue, 13 Apr 2021 08:25:06 +0000 (+0200) Subject: Add py 3.8 and py 3.9 to travis X-Git-Tag: v0.6.0~2 X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=d289da0a4cc4884c4355ce18c276305e6fba9d28 Add py 3.8 and py 3.9 to travis --- 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