From a360230f3e8ba3d2029a955502580f4d1d05349e Mon Sep 17 00:00:00 2001 From: nythepegasus Date: Sat, 17 Aug 2024 07:16:39 -0400 Subject: [PATCH] Reduce Python requirement to 3.9 --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17ba7d5..30d0d07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ maintainers = [ ] description = "SideJITServer is an iOS 17 JIT enabler for Windows/macOS!" readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.9" keywords = ["ios", "automation", "cli", "jit"] classifiers = [ "Development Status :: 5 - Production/Stable", @@ -21,6 +21,8 @@ classifiers = [ "Operating System :: MacOS :: MacOS X", "Operating System :: iOS", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3 :: Only",