Skip to content

Commit

Permalink
Reduce Python requirement to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nythepegasus authored Aug 17, 2024
1 parent 79473b6 commit a360230
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit a360230

Please sign in to comment.