From b00e17b1d022455e4b0850e61c950ba1e1dc4134 Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 2 Oct 2024 00:01:37 +0200 Subject: [PATCH] CI: Build for 3.13 --- .github/workflows/maturin.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/maturin.yml b/.github/workflows/maturin.yml index c9b519b..fdd406c 100644 --- a/.github/workflows/maturin.yml +++ b/.github/workflows/maturin.yml @@ -8,6 +8,7 @@ # * added --no-index to local package installation during pytest, and remove # MacOS pytest (workaround for # ). +# * Add `allow-prereleases: true` after all python-version 3.x # name: CI @@ -47,6 +48,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x + allow-prereleases: true - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -103,6 +105,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x + allow-prereleases: true - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -160,6 +163,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x + allow-prereleases: true architecture: ${{ matrix.platform.target }} - name: Build wheels uses: PyO3/maturin-action@v1 @@ -197,6 +201,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x + allow-prereleases: true - name: Build wheels uses: PyO3/maturin-action@v1 with: