We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cfba2 commit 580907bCopy full SHA for 580907b
.github/workflows/python.yml
@@ -34,14 +34,11 @@ jobs:
34
- uses: actions/checkout@v4
35
with:
36
submodules: true
37
- - uses: actions/setup-python@v5
38
- with:
39
- python-version: '>=3.11 <3.14'
40
- name: Build wheels
41
uses: PyO3/maturin-action@v1
42
43
target: ${{ matrix.platform.target }}
44
- args: --release --out dist --find-interpreter --auditwheel skip
+ args: --release --out dist --interpreter python3.10 python3.11 python3.12 python3.13 python3.13-free-threaded pypy3.10 pypy3.11 --auditwheel skip
45
working-directory: crackers_python
46
manylinux: manylinux2_28
47
before-script-linux: |
0 commit comments