From cd8413d98b86dc40774ae6f3f15a7dfa54800f63 Mon Sep 17 00:00:00 2001 From: Brett Graham Date: Mon, 19 Aug 2024 10:10:54 -0400 Subject: [PATCH] require < python 3.13 (#154) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1df715..24dd1f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "drizzle" description = "A package for combining dithered images into a single image" -requires-python = ">=3.10" +requires-python = ">=3.10,<3.13" authors = [ { name = "STScI", email = "help@stsci.edu" }, ]