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

When we test pypi with python 3.6 and ubuntu 22.04, a architecture not found error will happen #170

Closed
homosapien-lcy opened this issue Mar 17, 2023 · 2 comments

Comments

@homosapien-lcy
Copy link
Contributor

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

See PR #169 for details

@mdickinson
Copy link
Member

I think this is fine - we should no longer be supporting Python 3.6. It's way beyond end-of-life, and Python 3.6 support has already been dropped for some dependent packages.

What was the motivation for adding 3.6 to the test-with-pypi workflow?

@mdickinson
Copy link
Member

I'll close here - I don't think there's anything we need to fix.

@mdickinson mdickinson closed this as not planned Won't fix, can't repro, duplicate, stale 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

No branches or pull requests

2 participants