From 9ce97d5f9fb0a43dbfb5184093d0035669cd1708 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 24dd1f6..e1df715 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" }, ]