Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix failing test workflow #2003

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

ColinHDev
Copy link
Contributor

@ColinHDev ColinHDev commented Dec 16, 2024

Summary of the discussion

We already had a similar issue a few months ago, where the test workflow was failing as it couldn't find Python version 3.7 (#1948)
From what I can read in the setup-python repository (actions/setup-python#962), this is due to 3.7 and now 3.7.17 reaching their end-of-life and ubuntu-latest, the os version we are using to run our actions, dropping their support for those older versions.

So bumping the Python version to the latest stable version - 3.13.1 - seems like a reasonable step. Otherwise when just jumping to 3.8 or 3.9, we would probably have to create such a pull request again in the next months.

Type of change (CHANGELOG.md)

---

Workflow checklist

Automation

Closes #1996

PR-Assignee

Reviewer

  • 🐙 Follow the Reviewer Guide
  • 🐙 Provided feedback and show sufficient appreciation for the work done

@ColinHDev ColinHDev changed the title Bump python version number to 3.13.1 Fix failing test workflow Dec 16, 2024
@ColinHDev ColinHDev requested review from areleu and stap-m December 16, 2024 10:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Status: Review in progress
Development

Successfully merging this pull request may close these issues.

Problem with python version in checks
1 participant