From 4bcce1a63b1c2b5c22f39f2336b0b572d3912b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dean=20Qui=C3=B1anola?= Date: Fri, 22 May 2026 09:59:40 -0700 Subject: [PATCH] ci(worker): add python 3.13 to build/test/release matrices (AE-3152) --- .github/workflows/ci.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf7c119..d4cf4db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: if: github.event_name != 'pull_request' || github.head_ref != 'release-please--branches--main' strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - name: Checkout repository uses: actions/checkout@v4 @@ -107,7 +107,7 @@ jobs: if: github.event_name != 'pull_request' || github.head_ref != 'release-please--branches--main' strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - name: Checkout repository uses: actions/checkout@v4 @@ -140,7 +140,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - name: Clear space run: | @@ -180,7 +180,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - name: Clear space run: | @@ -270,6 +270,8 @@ jobs: is-default: false - python-version: "3.12" is-default: true + - python-version: "3.13" + is-default: false steps: - name: Clear Space run: | @@ -343,6 +345,8 @@ jobs: is-default: false - python-version: "3.12" is-default: true + - python-version: "3.13" + is-default: false steps: - name: Clear Space run: | @@ -416,6 +420,8 @@ jobs: is-default: false - python-version: "3.12" is-default: true + - python-version: "3.13" + is-default: false steps: - name: Clear Space run: | @@ -489,6 +495,8 @@ jobs: is-default: false - python-version: "3.12" is-default: true + - python-version: "3.13" + is-default: false steps: - name: Clear Space run: |