From af9ad568ecf13d83c3ebd9e9905c9f3a1381341d Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Wed, 17 Dec 2025 16:18:24 -0500 Subject: [PATCH] Specify Python version requirements in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ef618db..1c68e6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ requires = [ "hatchling>=1.27.0", ] +requires_python = ">=3.9,<3.14" build-backend = "hatchling.build" [project]