Skip to content

Commit 7c6624f

Browse files
committed
build for Python 3.12 and Python 3.13
1 parent 2db512a commit 7c6624f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/maturin.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,17 @@ jobs:
2424
with:
2525
python-version: "3.12"
2626

27+
- uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
28+
with:
29+
python-version: "3.13"
30+
2731
- name: Build wheels
2832
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # ratchet:PyO3/maturin-action@v1
2933
with:
3034
working-directory: ./vrp-cli
3135
target: ${{ matrix.target }}
3236
sccache: "true"
33-
args: --release --out dist -m Cargo.toml -i 3.12
37+
args: --release --out dist -m Cargo.toml -i 3.12 -i 3.13
3438
manylinux: auto
3539

3640
- name: Upload wheels
@@ -52,12 +56,17 @@ jobs:
5256
python-version: "3.12"
5357
architecture: "arm64"
5458

59+
- uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # ratchet:actions/setup-python@v4
60+
with:
61+
python-version: "3.13"
62+
architecture: "arm64"
63+
5564
- name: Build wheels
5665
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # ratchet:PyO3/maturin-action@v1
5766
with:
5867
working-directory: ./vrp-cli
5968
target: ${{ matrix.target }}
60-
args: --release --out dist --find-interpreter
69+
args: --release --out dist -m Cargo.toml -i 3.12 -i 3.13
6170
sccache: "true"
6271

6372
- name: Upload wheels

0 commit comments

Comments
 (0)