drop Python 3.3 support

This commit is contained in:
Mike Fährmann
2018-07-17 21:15:25 +02:00
parent ff436692bf
commit e8311eb1ed
4 changed files with 4 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ setup(
maintainer="Mike Fährmann",
maintainer_email="mike_faehrmann@web.de",
license="GPLv2",
python_requires=">=3.3",
python_requires=">=3.4",
install_requires=[
"requests >= 2.4.2",
],
@@ -93,7 +93,6 @@ setup(
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",