Skip to content

Commit

Permalink
CI: Build for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 1, 2024
1 parent 7cee302 commit b00e17b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# * added --no-index to local package installation during pytest, and remove
# MacOS pytest (workaround for
# <https://github.com/PyO3/maturin/issues/1971#issuecomment-2177906051>).
# * Add `allow-prereleases: true` after all python-version 3.x
#
name: CI

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b00e17b

Please sign in to comment.