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

Test with latest stable Python (3.12) #75

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

maximevaillancourt
Copy link
Contributor

What

Bump the Python version in the CI health check from 3.6 to 3.12 (latest stable minor version).

Why

Python 3.6 isn't supported anymore on GitHub Actions ubuntu-latest workers.

@maximevaillancourt maximevaillancourt force-pushed the mv/bump-python-test-matrix branch from b426c75 to 32615e9 Compare October 4, 2024 17:57
@maximevaillancourt maximevaillancourt marked this pull request as ready for review October 4, 2024 17:57
Comment on lines +15 to +18
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
Copy link
Contributor Author

@maximevaillancourt maximevaillancourt Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also updating the actions while we're here (why not)

@maximevaillancourt maximevaillancourt merged commit e4c9472 into main Oct 4, 2024
2 checks passed
@maximevaillancourt maximevaillancourt deleted the mv/bump-python-test-matrix branch October 4, 2024 17:58
@maximevaillancourt
Copy link
Contributor Author

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