Skip to content

Commit

Permalink
Update minimum required Python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
delivrance committed Apr 24, 2022
1 parent be37e3b commit 61e737b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand All @@ -78,7 +78,7 @@
"Source": "https://github.com/pyrogram/pyrogram",
"Documentation": "https://docs.pyrogram.org",
},
python_requires="~=3.6",
python_requires="~=3.7",
package_data={
"pyrogram": ["py.typed"],
},
Expand Down

0 comments on commit 61e737b

Please sign in to comment.