Skip to content

Commit ad73778

Browse files
committed
👽 Use riseproject-dev/setup-python to install Python 3.13 on riscv
Get RISC-V builds of Python from https://github.com/riseproject-dev/python-versions, to get Python 3.13 instead of Python 3.12 fallback from system.
1 parent 2bc61d1 commit ad73778

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,11 @@ jobs:
7676
with:
7777
python-version: "3.13"
7878

79-
- uses: gounthar/setup-python@cb5cf223af5f1712fe2914b9c669d2008e051022 # https://github.com/actions/setup-python/pull/1289
79+
- uses: riseproject-dev/setup-python@8b57351c0f828145e2ac14bd328c731503361b7a # https://github.com/actions/setup-python/pull/1302
8080
if: ${{ matrix.platform.target == 'riscv64' }}
8181
with:
82-
python-version: "3.x"
82+
python-version: "3.13"
83+
mirror: "https://raw.githubusercontent.com/riseproject-dev/python-versions/main"
8384

8485
- name: Build wheels
8586
uses: PyO3/maturin-action@3f475a463fd27ce2440c13988f39fd1312dc9381

0 commit comments

Comments
 (0)