From bf877113da0d9e2ce46855a72dc1a529beb5f50a Mon Sep 17 00:00:00 2001 From: Michal Danilak Date: Thu, 5 Mar 2020 13:09:59 +0100 Subject: [PATCH] Python 3.7, 3.8 --- .travis.yml | 2 ++ setup.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index dc76776..704e32e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" + - "3.8" - "pypy" - "pypy3" diff --git a/setup.py b/setup.py index 609307b..9a321d5 100644 --- a/setup.py +++ b/setup.py @@ -34,5 +34,7 @@ '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', ] )