From b200f9d7dd344d0362001e45655aa47eb970d3fa Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 21 Mar 2018 18:43:30 +0100 Subject: [PATCH] Set Python 3.4 as min version --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6bbf8da5..a04af486 100644 --- a/setup.py +++ b/setup.py @@ -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=[