Files
goo-engine/scripts
Campbell Barton cf8a569905 Fix #130561: incorrect Python compatibility checks for wheels
Regression in [0] caused wheels with an older Python version
that used CPython's stable ABI to be considered incompatible.

Resolve using the stable ABI for version checks.

[0]: cfc10b0232
2024-11-27 20:26:05 +01:00
..