From 2b789c869adfff8e961d051d7006eaaddec071d8 Mon Sep 17 00:00:00 2001 From: chinskiy Date: Thu, 31 Oct 2019 13:08:25 +0200 Subject: [PATCH] add python 3.8 to CI --- .travis.yml | 1 + setup.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7a77173..8cd11cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - '3.5' - '3.6' - '3.7' + - '3.8' # commands to install dependencies before_install: diff --git a/setup.py b/setup.py index 64fc89e..8b731a6 100644 --- a/setup.py +++ b/setup.py @@ -74,6 +74,8 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], # What does your project relate to?