summarylogtreecommitdiffstats
path: root/remove-requires-python.diff
blob: 914deb70ead751e0889ddd2aa14975e9a5ec8fe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/pyproject.toml b/pyproject.toml
index a33018c..0cc26db 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]