From 7169cc79e2e9f62c71e21f5b1c039d3a295f028c Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Thu, 10 Aug 2023 22:27:32 -0500 Subject: [PATCH] fix: Loosen python version requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 439366b..9a5bad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "ReVancedBuilder" authors = [{ name = "Sayantan Santra", email = "sayantan.santra689@gmail.com" }] description = "A tool to automatically build latest releases of ReVanced apps" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.6" keywords = ["revanced", "patch"] license = { file = "LICENSE" } classifiers = ["Programming Language :: Python :: 3"]