diff --git a/.github/workflows/build-reusable.yml b/.github/workflows/build-reusable.yml index 8830172..8ab5bb2 100644 --- a/.github/workflows/build-reusable.yml +++ b/.github/workflows/build-reusable.yml @@ -28,6 +28,9 @@ jobs: - os: ubuntu-latest python: '3.12' container: 'quay.io/pypa/manylinux2014_x86_64' + - os: ubuntu-latest + python: '3.13' + container: 'quay.io/pypa/manylinux2014_x86_64' - os: macos-latest python: '3.9' container: '' @@ -40,6 +43,9 @@ jobs: - os: macos-latest python: '3.12' container: '' + - os: macos-latest + python: '3.13' + container: '' runs-on: ${{ matrix.os }} container: ${{ matrix.container }}