From 95234dfd0bff37a40a5f09f0fe541f268c2fc496 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Thu, 15 Nov 2018 22:12:46 +0100 Subject: [PATCH] Drop python 2 support --- makefile.config.make | 2 +- setup.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/makefile.config.make b/makefile.config.make index d196e34..3facdc3 100644 --- a/makefile.config.make +++ b/makefile.config.make @@ -18,4 +18,4 @@ DEVELOPMENT_PYTHON_VERSION := python=3.6 # - python=3.7 # - pypy2.7 # - pypy3.5 -SUPPORTED_PYTHON_VERSIONS := python=2.7 python=3.6 python=3.7 +SUPPORTED_PYTHON_VERSIONS := python=3.6 diff --git a/setup.py b/setup.py index 8184319..7526ecb 100644 --- a/setup.py +++ b/setup.py @@ -68,8 +68,6 @@ setuptools.setup( "Operating System :: Microsoft :: Windows", "Operating System :: MacOS :: MacOS X", "Programming Language :: Python", - "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",