diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05b25ae..1ac60ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.13t", "3.14t"] os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} @@ -35,6 +35,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true - name: Install h5py if: ${{ matrix.os == 'macos-latest' }} diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 02fd9b9..7ae849d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -58,7 +58,7 @@ jobs: name: Build source distribution strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"] runs-on: ubuntu-latest steps: @@ -73,6 +73,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true - name: Install pip dependencies run: |