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

Upgrade python version used by pre-commit hook #756

Merged

Conversation

crungehottman
Copy link
Member

Black requires Python 3.9+ to run. The installation of the black pre-commit environment currently fails with:

RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.8'

This commit upgrades the target Python verison used by the pre-commit hooks to 3.11, the minimum Python version required by exodus-gw.

Black requires Python 3.9+ to run. The installation of the black
pre-commit environment currently fails with:

`RuntimeError: failed to find interpreter for Builtin discover of
python_spec='python3.8'`

This commit upgrades the target Python verison used by the pre-commit
hooks to 3.11, the minimum Python version required by exodus-gw.
@rohanpm rohanpm merged commit 7b3d96c into release-engineering:master Nov 13, 2024
3 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.

3 participants