-
Notifications
You must be signed in to change notification settings - Fork 586
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 fails to setup #355
Labels
Comments
Looks like the error is occurring while pip is upgrading itself, but I'm not sure how to resolve it |
I just decided to drop support for 3.6 🤷🏻♂️ |
samscott89
added a commit
to osohq/oso
that referenced
this issue
Apr 28, 2022
No longer supported by action actions/setup-python#355 (comment)
samscott89
added a commit
to osohq/oso
that referenced
this issue
Apr 28, 2022
* [Django] Use name of variable instead of Python variable repr. * Run `go mod tidy` before testing * Drop tests for Python 3.6 on Windows No longer supported by action actions/setup-python#355 (comment) * Update submodules.
bbatchelder
pushed a commit
to bbatchelder/oso
that referenced
this issue
May 16, 2022
…#1568) * [Django] Use name of variable instead of Python variable repr. * Run `go mod tidy` before testing * Drop tests for Python 3.6 on Windows No longer supported by action actions/setup-python#355 (comment) * Update submodules.
lukasberbuer
added a commit
to vallen-systems/vallenae
that referenced
this issue
Nov 3, 2022
Support removed for GitHub action: actions/setup-python#355
lukasberbuer
added a commit
to vallen-systems/vallenae
that referenced
this issue
Nov 7, 2022
Support removed for GitHub action: actions/setup-python#355
lukasberbuer
added a commit
to vallen-systems/vallenae
that referenced
this issue
Nov 7, 2022
Support removed for GitHub action: actions/setup-python#355
lukasberbuer
added a commit
to vallen-systems/vallenae
that referenced
this issue
Nov 7, 2022
Support removed for GitHub action: actions/setup-python#355
lukasberbuer
added a commit
to vallen-systems/vallenae
that referenced
this issue
Nov 7, 2022
Support removed for GitHub action: actions/setup-python#355
ArnovanHilten
added a commit
to ArnovanHilten/GenNet
that referenced
this issue
Nov 29, 2022
python 3.6 fails, test setup seems not supported: actions/setup-python#355
For those finding this via Google: You can still use GitHub Actions with Python 3.6; you just have to use |
tylerjereddy
added a commit
to tylerjereddy/darshan
that referenced
this issue
Dec 7, 2022
* the Github Actions infrastructure is progressively phasing in a newer base image of Ubuntu: https://github.blog/changelog/2022-11-09-github-actions-ubuntu-latest-workflows-will-use-ubuntu-22-04/ * that means that we are somewhat randomly going to see images that lack Python `3.6` from the build cache sometimes per: actions/setup-python#355 (comment) * instead of pinning to an old version of Ubuntu in GHA for 3.6 support, let's just drop 3.6 from the testing matrix per: darshan-hpc#510 (comment) (it has been EOL for 1 year) * there's also no reason to retain the special Python `3.10` handling where we use Ubuntu `22.04` for that case, for two reasons: 1) `22.04` is being rolled out as the new default anyway 2) darshan-hpcgh-851 with the Python garbage collection issues in `3.10` was resolved by using contexts, so special treatment not justified anymore
veghp
added a commit
to Edinburgh-Genome-Foundry/Ediacara
that referenced
this issue
Aug 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
A clear and concise description of what the bug is.
The setup-python action fails for python 3.6. Other versions work (7 ,8 ,9 ,10).
Action version:
Specify the action version
v2
Platform:
Runner type:
Tools version:
summerwind/actions-runner:latest
Repro steps:
A description with steps to reproduce the issue. If you have a public example or repo to share, please provide the link.
Expected behavior:
A description of what you expected to happen.
It sets up correctly
Actual behavior:
A description of what is actually happening.
It dies. Here are logs from the action:
The text was updated successfully, but these errors were encountered: