-
Notifications
You must be signed in to change notification settings - Fork 580
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
Python 3.6 is missing from ubuntu 22.04 for arch x64 #561
Comments
As mentioned on issue 543, 3.6 is used for a number of long term releases. |
We just ran into this issue with 3.9.10:
|
3.6 is a duplicate of #544, close reason (#544 (comment)):
3.9.10 is a duplicate of #553:
|
Hello @davidpellcb ! - name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9' |
I am closing this issue as a duplicate of this one. |
Description:
Similar to issue #543 which addresses Python version 2.7, version 3.6 is also missing.
and 3.6 is missing from the manifest.
Action version:
4
Platform:
Runner type:
Tools version:
3.6
Repro steps:
See:
https://github.com/roundup-tracker/roundup/actions/runs/3617160920/jobs/6127223518
Expected behavior:
I expect version 3.6 to run on ubuntu 22.04
Actual behavior:
environment setup fails
The text was updated successfully, but these errors were encountered: