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

Remove Python 3.7 from GitHub Actions #718

Conversation

JackPGreen
Copy link
Contributor

In #717 the runner images were upgraded from Ubuntu 20 to Ubuntu 24 (implicit).

Ubuntu 24 does not have an available Python 3.7 installation, so the actions fail.

Changes:

  • removed Python 3.7 from GitHub Actions
  • upgraded setup-python action to latest (while investigating)

In hazelcast#717 the runner images were upgraded from Ubuntu `20` to Ubuntu `24` (implicit).

[Ubuntu `24` does not have an available Python `3.7` installation](actions/setup-python#962), so the [actions fail](https://github.com/hazelcast/hazelcast-python-client/actions/runs/13270208556).

Changes:
- removed Python `3.7` from GitHub Actions
- upgraded `setup-python` action to latest (while investigating)
@JackPGreen JackPGreen requested a review from yuce February 11, 2025 19:49
@JackPGreen JackPGreen enabled auto-merge (squash) February 11, 2025 20:36
@JackPGreen JackPGreen disabled auto-merge February 12, 2025 06:58
@JackPGreen JackPGreen merged commit f562057 into hazelcast:master Feb 12, 2025
8 of 9 checks passed
@JackPGreen JackPGreen deleted the remove-Python-`3.7`-from-GitHub-Actions branch February 12, 2025 06:58
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