From 8a4cbee6ae165ef59a759451dba226b95bd1ac63 Mon Sep 17 00:00:00 2001 From: Kate Case Date: Wed, 23 Apr 2025 10:38:36 -0400 Subject: [PATCH] Indicate support for Python 3.13 --- .github/workflows/ci-cd.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 70bdd6b84..6443e12b6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -764,6 +764,8 @@ jobs: strategy: matrix: python-version: + - 3.13 + - 3.12 - >- 3.10 - 3.9 @@ -772,8 +774,8 @@ jobs: store-sdist-to-artifact: - false include: - - python-version: 3.12 - runner-vm-os: ubuntu-22.04 + - python-version: 3.13 + runner-vm-os: ubuntu-24.04 store-sdist-to-artifact: true env: @@ -1226,6 +1228,7 @@ jobs: strategy: matrix: python-version: + - "3.13" - "3.12" - "3.11" - "3.10"