Skip to content

Commit 580907b

Browse files
committed
Try it out
1 parent a9cfba2 commit 580907b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,11 @@ jobs:
3434
- uses: actions/checkout@v4
3535
with:
3636
submodules: true
37-
- uses: actions/setup-python@v5
38-
with:
39-
python-version: '>=3.11 <3.14'
4037
- name: Build wheels
4138
uses: PyO3/maturin-action@v1
4239
with:
4340
target: ${{ matrix.platform.target }}
44-
args: --release --out dist --find-interpreter --auditwheel skip
41+
args: --release --out dist --interpreter python3.10 python3.11 python3.12 python3.13 python3.13-free-threaded pypy3.10 pypy3.11 --auditwheel skip
4542
working-directory: crackers_python
4643
manylinux: manylinux2_28
4744
before-script-linux: |

0 commit comments

Comments
 (0)