-
Notifications
You must be signed in to change notification settings - Fork 613
Sporadically missing patch versions on python-versions for arm64 #892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @chris-griffin, Thank you for creating this issue and we will look into it :) |
This was partially addressed in actions/python-versions#289 For example, |
Hello @chris-griffin, We build and release artifacts based on the packages that are available from the source code. The unavailability of python-3.9.19-darwin-arm64.tar.gz is due to the fact that the Darwin arm64 artifact is not present at the source currently. |
Could you clarify what/where the source is in this context?
Ok understood, thanks |
Hello @chris-griffin, Thank you for your response. The python-3.9.19-darwin-arm64.tar.gz file is unavailable because the Darwin ARM64 artifact is not provided on the official Python website. |
Description:
Linux arm64 support was recently added to
python-versions
(actions/python-versions#274). Many supported arm64 versions are available on main now (search forarm64
) as you can see here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json.These are the versions available (excluding non-releases). As you can see many patch versions are inextricably missing:
However, many patch versions of python are missing. For example,
Action version:
All
Platform:
Runner type:
Tools version:
Repro steps:
Go to https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json and try to find the
3.9.19
version for "arch": "arm64" (or for any other version listed under the Tools version section)Expected behavior:
All patch python versions listed under the Tools version section should be available for arm64
Actual behavior:
All patch python versions listed under the Tools version section are not available for arm64
The text was updated successfully, but these errors were encountered: