PyroFork: Set minimal python version to 3.9

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-05-19 21:14:18 +07:00
parent 0280fc2572
commit bafef3d71e
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5
2 changed files with 2 additions and 4 deletions

View file

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3

View file

@ -57,8 +57,6 @@ 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",
@ -78,7 +76,7 @@ setup(
"Source": "https://github.com/Mayuri-Chan/pyrofork",
"Documentation": "https://pyrofork.mayuri.my.id",
},
python_requires="~=3.7",
python_requires="~=3.9",
package_data={
"pyrogram": ["py.typed"],
},