From 0b99e094347e6abcdfd3aec0674e059765a7075f Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Thu, 15 Nov 2018 22:21:24 +0100 Subject: [PATCH] 3.5 not supported (because of format strings) --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index e4e1f7d..d2bffd9 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,6 @@ setuptools.setup( "Operating System :: Microsoft :: Windows", "Operating System :: MacOS :: MacOS X", "Programming Language :: Python", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython",