From 024b0df7d29f15382ca526f81c92305b902297d1 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Wed, 24 May 2017 10:58:55 +0200 Subject: [PATCH] added new trove for 3.6 and 3.7 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index c5d77f6..2fd3051 100755 --- a/setup.py +++ b/setup.py @@ -100,6 +100,8 @@ setup( 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries :: Python Modules',