From 36d6107ec5a4ddb78a01f443dba471538c20ec17 Mon Sep 17 00:00:00 2001 From: Brett Graham Date: Tue, 12 Nov 2024 09:38:27 -0500 Subject: [PATCH] support python 3.13 (#333) --- .github/workflows/ci.yml | 1 + changes/333.feature.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/333.feature.rst diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b2ab43d..52bf3783 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,7 @@ jobs: - linux: py311-cov-xdist coverage: codecov - linux: py312-xdist + - linux: py313-xdist test_downstream: uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0 needs: [ data ] diff --git a/changes/333.feature.rst b/changes/333.feature.rst new file mode 100644 index 00000000..09dfd8af --- /dev/null +++ b/changes/333.feature.rst @@ -0,0 +1 @@ +Add python 3.13 support.