mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-25 20:28:37 -06:00
fix: Loosen python version requirement
This commit is contained in:
parent
5982b5aa5f
commit
7169cc79e2
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ name = "ReVancedBuilder"
|
||||||
authors = [{ name = "Sayantan Santra", email = "sayantan.santra689@gmail.com" }]
|
authors = [{ name = "Sayantan Santra", email = "sayantan.santra689@gmail.com" }]
|
||||||
description = "A tool to automatically build latest releases of ReVanced apps"
|
description = "A tool to automatically build latest releases of ReVanced apps"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.6"
|
||||||
keywords = ["revanced", "patch"]
|
keywords = ["revanced", "patch"]
|
||||||
license = { file = "LICENSE" }
|
license = { file = "LICENSE" }
|
||||||
classifiers = ["Programming Language :: Python :: 3"]
|
classifiers = ["Programming Language :: Python :: 3"]
|
||||||
|
|
Loading…
Reference in a new issue