From b969318ef0b0e40e13351fb1dfa9abb61681373d Mon Sep 17 00:00:00 2001 From: Ismael Mendoza Date: Thu, 2 Apr 2026 10:19:46 -0400 Subject: [PATCH] add requires python --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3a726884..55f929f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ name = "JAX-GalSim" authors = [ {name = "GalSim Developers"}, ] +requires-python = ">= 3.11" description = "The modular galaxy image simulation toolkit, but in JAX" dynamic = ["version"] license = {file = "LICENSE"}