Skip to content
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.5.1 cannot be installed and Python 3.4 is only on ubuntu-16.04 #187

Closed
2 of 7 tasks
terencehonles opened this issue Feb 6, 2021 · 2 comments
Closed
2 of 7 tasks
Labels
enhancement New feature or request

Comments

@terencehonles
Copy link

Describe the bug
A clear and concise description of what the bug is.

  • There is no installable version of Python 3.5.1. I was trying to test against that version and noticed it was not available. In the documentation it suggested that missing versions should be requested here. Python 3.5.1 is a version of Python with partial typing support and it was needed to convert dropbox/pyannotate from Travis to GitHub actions.
  • It would be nice if Python versions that don't exist on a specific version of Linux might suggest which other OSs do support that version of Python.

Which version of the action are you using?

  • v1
  • v2
  • Some other tag (such as v2.0.1 or master)

Environment

  • self-hosted
  • Linux
  • Windows
  • Mac

If applicable, please specify if you're using a container

Python Versions
Please list all of the effected versions of Python (3.8.2, etc.)

  • 3.5.1
  • 3.4.*
@terencehonles terencehonles added the bug Something isn't working label Feb 6, 2021
@dmitry-shibanov dmitry-shibanov added enhancement New feature or request and removed bug Something isn't working labels Feb 8, 2021
@funkyfuture
Copy link

Python 3.4 is only available for Ubuntu 18.04 and for those who are looking for a workaround:

    strategy:
      matrix:
        os: [ubuntu-latest]
        python-version:
          - 2.7
          - pypy2
          - 3.5
          - 3.6
          - 3.7
          - 3.8
          - 3.9
          - pypy3
        include:
          - os: ubuntu-18.04
            python-version: 3.4

@MaksimZhukov
Copy link
Contributor

Hello everyone!
In accordance with the support policy, we do not provide Python versions that have reached end-of-life. Please note that the Ubuntu 18.04 runner image is being deprecated. See the related announcement for details.
I am closing the issue. Please contact us if you have any concerns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants