Skip to content

Commit 977cf61

Browse files
committed
Build for Python>=3.9 and not for Windows
1 parent bbfa960 commit 977cf61

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: PyO3/maturin-action@v1
1717
with:
1818
target: ${{ matrix.target }}
19-
args: --release --out dist
19+
args: --release --out dist -i python3.9 -i python3.10 -i python3.11 -i python3.12 -i python3.13
2020
sccache: 'true'
2121
manylinux: '2014'
2222

@@ -42,7 +42,7 @@ jobs:
4242
uses: PyO3/maturin-action@v1
4343
with:
4444
target: ${{ matrix.target }}
45-
args: --release --out dist
45+
args: --release --out dist -i python3.9 -i python3.10 -i python3.11 -i python3.12 -i python3.13
4646
sccache: 'true'
4747

4848
- name: Upload wheels to Test PyPI
@@ -67,7 +67,7 @@ jobs:
6767
uses: PyO3/maturin-action@v1
6868
with:
6969
target: ${{ matrix.target }}
70-
args: --release --out dist
70+
args: --release --out dist -i python3.9 -i python3.10 -i python3.11 -i python3.12 -i python3.13
7171
sccache: 'true'
7272

7373
- name: Upload wheels to Test PyPI

0 commit comments

Comments
 (0)