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"