From 92ee33695dca55840de69038555c8a3d3d1f20d3 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 8 Oct 2024 08:30:17 -0400 Subject: [PATCH 1/2] support python 3.13 --- .github/workflows/ci.yml | 1 + changes/193.feature.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/193.feature.rst diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d41891c4..3b2241d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: - linux: py311-downstreamdeps-cov-xdist coverage: 'codecov' - linux: py312-xdist-nolegacypath + - linux: py313-xdist test_downstream: uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 with: diff --git a/changes/193.feature.rst b/changes/193.feature.rst new file mode 100644 index 00000000..09dfd8af --- /dev/null +++ b/changes/193.feature.rst @@ -0,0 +1 @@ +Add python 3.13 support. From c55d0d2b6c5dd6695dc0a5ad65dd390262c7ba4c Mon Sep 17 00:00:00 2001 From: Brett Graham Date: Mon, 14 Oct 2024 09:31:05 -0400 Subject: [PATCH 2/2] Update changes/193.feature.rst Co-authored-by: Zach Burnett --- changes/193.feature.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/193.feature.rst b/changes/193.feature.rst index 09dfd8af..0a171369 100644 --- a/changes/193.feature.rst +++ b/changes/193.feature.rst @@ -1 +1 @@ -Add python 3.13 support. +test with Python 3.13