summarylogtreecommitdiffstats
path: root/remove-requires-python.diff
blob: 7f745bd50292c2f19f7463ac0af02e83abf5c5ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/pyproject.toml b/pyproject.toml
index 2c6e30c..a1ca5f4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,6 @@
 requires = [
     "hatchling>=1.27.0",
 ]
-requires_python = ">=3.10,<3.15"
 build-backend = "hatchling.build"
 
 [project]