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

Update workflow tests #983

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

badlydrawnface
Copy link

@badlydrawnface badlydrawnface commented Dec 27, 2024

Python 3.7 is no longer available with the latest ubuntu-latest runners (they switched to 24.04). I have since updated the workflows to use 3.13 3.11 as all pull requests automatically fail because it cannot find a 3.7 runtime for Noble.

  Version 3.7 was not found in the local cache
  Error: The version '3.7' with architecture 'x64' was not found for Ubuntu 24.04.
  The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

When I test the script locally on my system (Arch Linux running Python 3.13.1), it works. (but 3.13 failed to build wheel on the runner for some reason, so I switched to 3.11)

@badlydrawnface badlydrawnface changed the title Update workflow tests to Python 3.13 Update workflow tests Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant