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 }}