From a80f85913a8068a61cddf21f32daff554e2458b4 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" }, ]