From 8f6b7833fd3ae9196767e8c80fef462c36a21d63 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 8 Oct 2024 08:26:37 -0400 Subject: [PATCH] support python 3.13 --- .github/workflows/ci.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 238edb90..38788407 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: - linux: py311-xdist - linux: py312-cov-xdist coverage: codecov + - linux: py313-xdist - macos: py311-xdist test_downstream: uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 diff --git a/pyproject.toml b/pyproject.toml index 1b2c79e9..373b09e0 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" authors = [ { name = "STScI", email = "help@stsci.edu" }, ]