From 09c4232781918e5434ee54dad9e43fb9f873144c Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Wed, 14 Jan 2026 09:48:04 +0000 Subject: [PATCH] add requires-python to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a74c110..f882e18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ dependencies = [ ] readme = {file = "README.md", content-type = "text/markdown"} license-files = ["LICENSE"] +requires-python = ">=3.12" [project.scripts] saluki = "saluki.main:main"