Set Python 3.4 as min version

This commit is contained in:
Dan 2018-03-21 18:43:30 +01:00
parent 700bdd08b1
commit b200f9d7dd

View File

@ -56,7 +56,6 @@ setup(
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
@ -77,7 +76,7 @@ setup(
"Source": "https://github.com/pyrogram/pyrogram",
"Documentation": "https://docs.pyrogram.ml",
},
python_requires="~=3.3",
python_requires="~=3.4",
packages=find_packages(exclude=["compiler*"]),
zip_safe=False,
install_requires=[