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

Pypi 3.6 error demo #169

Closed
wants to merge 5 commits into from
Closed

Pypi 3.6 error demo #169

wants to merge 5 commits into from

Conversation

homosapien-lcy
Copy link
Contributor

@homosapien-lcy homosapien-lcy commented Mar 17, 2023

Problem description:
If python 3.6 is added to the pypi test, it will generate a "The version '3.6' with architecture 'x64' was not found for Ubuntu 22.04." error.

Reproduction steps:
Add 3.6 to .github/workflows/test-with-pypi.yml. See code change in this PR.

Expected behavior:
Pas the github workflows test.

OS: Ubuntu 22.04

Python version: 3.6

@mdickinson
Copy link
Member

it will generate a "The version '3.6' with architecture 'x64' was not found for Ubuntu 22.04." error

This is because the maintainers of the setup-python action haven't built Python 3.6 runtimes for the latest Ubuntu. I don't think there's much we can or should do about this - it's fine to have the test-with-pypi workflow only support Python 3.7 and later.

strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.6, 3.11']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you meant this:

Suggested change
python-version: ['3.6, 3.11']
python-version: ['3.6', '3.11']

@mdickinson
Copy link
Member

Thanks for the demo PR. Let's close - as discussed on the issue, I don't think there's much value in worrying about getting these workflows working with Python 3.6.

@mdickinson mdickinson closed this Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants