diff --git a/makefile.config.make b/makefile.config.make index 6eb3aaa..7e60384 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.4 python=3.6 python=3.7 pypy2.7 pypy3.5 +SUPPORTED_PYTHON_VERSIONS := python=2.7 python=3.6 python=3.7 pypy2.7 pypy3.5 diff --git a/setup.py b/setup.py index 34b4419..a1cce62 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,6 @@ setuptools.setup( "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",