From 42743626facbd1ca0443ba1a4e3bd1890d6a4924 Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Tue, 17 Dec 2024 05:08:05 -0800 Subject: [PATCH] Start testing pypi release on Python 3.12 and 3.13 PiperOrigin-RevId: 707051148 Change-Id: I7009d3940785bfbea2fc4a072977c0a055a5324a --- .github/workflows/pypi-publish.yml | 7 +++++-- .github/workflows/pypi-test.yml | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index a0f98b95..a94e9808 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -64,11 +64,14 @@ jobs: matrix: os: - macos-13 - - macos-latest + - macos-14 - ubuntu-20.04 - - ubunutu-latest + - ubunutu-22.04 + - ubuntu-24.04 python-version: - '3.11' + - '3.12' + - '3.13' steps: - name: Load artifact uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 diff --git a/.github/workflows/pypi-test.yml b/.github/workflows/pypi-test.yml index 6c73f1e3..7b57fa32 100644 --- a/.github/workflows/pypi-test.yml +++ b/.github/workflows/pypi-test.yml @@ -42,11 +42,14 @@ jobs: matrix: os: - macos-13 - - macos-latest + - macos-14 - ubuntu-20.04 - - ubuntu-latest + - ubunutu-22.04 + - ubuntu-24.04 python-version: - '3.11' + - '3.12' + - '3.13' steps: - name: Set up Python ${{ matrix.python_version }}