We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700bdd0 commit b200f9dCopy full SHA for b200f9d
setup.py
@@ -56,7 +56,6 @@
56
"Operating System :: OS Independent",
57
"Programming Language :: Python",
58
"Programming Language :: Python :: 3",
59
- "Programming Language :: Python :: 3.3",
60
"Programming Language :: Python :: 3.4",
61
"Programming Language :: Python :: 3.5",
62
"Programming Language :: Python :: 3.6",
@@ -77,7 +76,7 @@
77
76
"Source": "https://github.com/pyrogram/pyrogram",
78
"Documentation": "https://docs.pyrogram.ml",
79
},
80
- python_requires="~=3.3",
+ python_requires="~=3.4",
81
packages=find_packages(exclude=["compiler*"]),
82
zip_safe=False,
83
install_requires=[
0 commit comments