Skip to content

Commit b200f9d

Browse files
committed
Set Python 3.4 as min version
1 parent 700bdd0 commit b200f9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"Operating System :: OS Independent",
5757
"Programming Language :: Python",
5858
"Programming Language :: Python :: 3",
59-
"Programming Language :: Python :: 3.3",
6059
"Programming Language :: Python :: 3.4",
6160
"Programming Language :: Python :: 3.5",
6261
"Programming Language :: Python :: 3.6",
@@ -77,7 +76,7 @@
7776
"Source": "https://github.com/pyrogram/pyrogram",
7877
"Documentation": "https://docs.pyrogram.ml",
7978
},
80-
python_requires="~=3.3",
79+
python_requires="~=3.4",
8180
packages=find_packages(exclude=["compiler*"]),
8281
zip_safe=False,
8382
install_requires=[

0 commit comments

Comments
 (0)