Commit 4a3df46
authored
fix: fall back to placeholder for abi3 when found interpreters are too old (#3126)
When the only Python interpreter on PATH is older than the abi3 minimum
version and the user didn't explicitly specify interpreters via -i, fall
back to a placeholder interpreter instead of erroring. This fixes builds
in manylinux containers where the system Python is older than the abi3
minimum (e.g. cp38 with abi3-py39).1 parent e8ebb2f commit 4a3df46
1 file changed
Lines changed: 20 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
632 | | - | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
633 | 651 | | |
634 | 652 | | |
635 | 653 | | |
| |||
0 commit comments