drop Python 3.3 support
This commit is contained in:
3
setup.py
3
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user