From 9d52b78e9497521146ee5ba5b7b17ad8515c7da1 Mon Sep 17 00:00:00 2001 From: Ken MacDonald Date: Wed, 9 Oct 2024 10:45:16 -0400 Subject: [PATCH] Reverting pyproject.toml. This PR is just preparation for python 3.13 for ramp fitting. It is not to update all of STCAL for python 3.13. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bcbff7d9..7469834d 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,<=3.13" +requires-python = ">=3.10,<3.13" authors = [ { name = "STScI", email = "help@stsci.edu" }, ] @@ -39,7 +39,7 @@ docs = [ "sphinx-asdf", "sphinx-astropy", "sphinx-rtd-theme", - "tomli; python_version <=\"3.13\"", + "tomli; python_version <=\"3.11\"", ] test = [ "psutil", @@ -205,7 +205,7 @@ convention = "numpy" ignore-fully-untyped = true # Turn of annotation checking for fully untyped code [tool.mypy] -python_version = "3.13" +python_version = "3.12" warn_return_any = true warn_unused_configs = true