Skip to content

Commit 7946bcb

Browse files
committed
specified allowed interpreters to avoid not supported versions
1 parent 3d9dc0a commit 7946bcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: PyO3/maturin-action@v1
8484
with:
8585
target: ${{ matrix.target }}
86-
args: --release --out dist --find-interpreter
86+
args: --release --out dist -i python3.10 python3.11 python3.12 python3.13
8787
manylinux: auto
8888
- name: Upload wheels
8989
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)