fix: Loosen python version requirement

This commit is contained in:
Sayantan Santra 2023-08-10 22:27:32 -05:00
parent 5982b5aa5f
commit 7169cc79e2
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F

View file

@ -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"]