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

Use fixed Python version for Python/PyPI installs #146

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

ethanwhite
Copy link
Collaborator

It is increasingly common for packages in the Python data space to have
lagging support for the newest Python release.
This means that we could periodically break due to new Python releases
(see #143) and if a release happened right before a workshop that would
be an issue. Therefore the safer approach with Python is to fix the
version and then periodically test and update after new releases.

This change sets the version to 3.12 and uses this version for all
Python related installation.

It is increasingly common for packages in the Python data space to have
lagging support for the newest Python release. This means that we could
periodically break due to new Python releases (see carpentriesoffline#143) and if a
release happened right before a workshop that would be an issue.
Therefore the safer approach with Python is to fix the version and then
periodically test and update after new releases.

This change sets the version to 3.12 and uses this version for all
Python related installation.
@ethanwhite ethanwhite merged commit ac8795e into carpentriesoffline:main Nov 13, 2024
4 checks passed
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.

1 participant