Closed as not planned
Description
Bug report
Bug description:
Installing Python creates python3
aliases, but there doesn't seem to be a matching python3t
alias. There's a python3.13t
, but python3t
would be more future proof for a shabang, etc. This is what macOS installs:
cibuildwheel % find /Library/Frameworks/PythonT.framework/Versions/3.13/bin/
/Library/Frameworks/PythonT.framework/Versions/3.13/bin/
/Library/Frameworks/PythonT.framework/Versions/3.13/bin//python3.13t
/Library/Frameworks/PythonT.framework/Versions/3.13/bin//python3.13t-config
/Library/Frameworks/PythonT.framework/Versions/3.13/bin//pip3.13
/Library/Frameworks/PythonT.framework/Versions/3.13/bin//pip3
/Library/Frameworks/PythonT.framework/Versions/3.13/bin//pip
/Library/Frameworks/PythonT.framework/Versions/3.13/bin//python3.13
There's pip aliases, but no python3t
(this is also missing python3
, though it has python3.13
. I'm not sure if this is macOS specific, or if python3t
is being avoided for now, or if it's just not come up yet, I didn't see it mentioned in issues.
From pypa/cibuildwheel#1856 (comment).
CPython versions tested on:
3.13
Operating systems tested on:
macOS