From b2f0e32161054a90be2f34dbfb689e1f9a59ff6a Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 19 Aug 2024 10:12:31 -0400 Subject: [PATCH] allow python 3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 868e5d1..e3bae4b 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,<3.13" +requires-python = ">=3.10" authors = [ { name = "STScI", email = "help@stsci.edu" }, ]