Commit bf58342
committed
fix: pin Python interpreter versions to avoid PyO3 3.14 incompatibility
--find-interpreter detected Python 3.14 on runners, which PyO3 0.23.5
does not support (max 3.13). Explicitly specify -i 3.10 3.11 3.12 3.13
to build wheels for supported versions only. This also fixes the
aarch64 Docker container issue where Python auto-detection failed.1 parent 363d2dc commit bf58342
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments