From b47fedab8d93c679838930456794ea277dc4230e Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Mon, 12 Aug 2024 12:03:43 -0400 Subject: [PATCH] pin Python<3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 978e98fb..7a2ff1d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "stcal" description = "STScI tools and algorithms used in calibration pipelines" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.10,<3.13" authors = [ { name = "STScI", email = "help@stsci.edu" }, ]