Skip to content

Commit

Permalink
CI: Install 3.13 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 13, 2024
1 parent 7cee302 commit d1affeb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# * added --no-index to local package installation during pytest, and remove
# MacOS pytest (workaround for
# <https://github.com/PyO3/maturin/issues/1971#issuecomment-2177906051>).
# * s/3.x/"3.13"/ so that setup-python really installs 3.13, which should be
# used then for wheel building as well
#
name: CI

Expand Down Expand Up @@ -46,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: "3.13"
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -102,7 +104,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: "3.13"
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -159,7 +161,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: "3.13"
architecture: ${{ matrix.platform.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down Expand Up @@ -196,7 +198,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: "3.13"
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit d1affeb

Please sign in to comment.