Drop python 2 support

This commit is contained in:
Manuel Barkhau 2018-11-15 22:12:46 +01:00
parent e1f92c4962
commit 95234dfd0b
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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",