2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 14:25:55 +00:00

Drop Python 3.4 support (EOL). Bump minimum requirement to Python 3.5.3

Closes #302
This commit is contained in:
Dan
2019-08-15 16:03:03 +02:00
parent b42c6581b8
commit dc74c441cc
8 changed files with 4 additions and 2457 deletions

View File

@@ -146,7 +146,6 @@ setup(
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
@@ -168,7 +167,7 @@ setup(
"Source": "https://github.com/pyrogram/pyrogram",
"Documentation": "https://docs.pyrogram.org",
},
python_requires="~=3.4",
python_requires="~=3.5",
packages=find_packages(exclude=["compiler*"]),
package_data={
"pyrogram.client.ext": ["mime.types"],