mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Revert "PyroFork: Set minimal python version to 3.9"
This reverts commit bafef3d71e.
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
6a17d55e66
commit
e45001ca8c
2 changed files with 4 additions and 2 deletions
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
python-version: ["3.9", "3.10", "3.11"]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -57,6 +57,8 @@ setup(
|
|||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"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",
|
||||
|
|
@ -76,7 +78,7 @@ setup(
|
|||
"Source": "https://github.com/Mayuri-Chan/pyrofork",
|
||||
"Documentation": "https://pyrofork.mayuri.my.id",
|
||||
},
|
||||
python_requires="~=3.9",
|
||||
python_requires="~=3.7",
|
||||
package_data={
|
||||
"pyrogram": ["py.typed"],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue