From 2db365437402671944409e7c6ce2318efd9c45ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Wed, 28 Nov 2018 04:13:23 +0000 Subject: Add python 3.6 and 3.7. --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 2691903..6860d66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,6 +14,8 @@ classifiers = Programming Language :: Python :: 2.7 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 Operating System :: POSIX -- cgit v1.2.1