From c35cd8154400d8de0941166534ec1288288c5caa Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Thu, 6 Apr 2017 03:11:59 +0900 Subject: [PATCH] Python 3.7 is not accepted by PyPI --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 0edcfdc..d0ef65a 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,6 @@ setup( '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', 'Intended Audience :: Developers',