From 8ecb86371b2cb99e0460b15320c2ffbd77ced138 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 1 Feb 2020 08:10:57 +0200 Subject: Add python 3.7 and 3.8 support --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 976fd57..b8dffad 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,8 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy' ], -- cgit v1.3.1