-
Notifications
You must be signed in to change notification settings - Fork 10
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
Pin build to Python 3.10 #46
Conversation
CI does not like pinning! |
Also make it possible to override it using the PYTHON make variable: $ make PYTHON="$HOME/bin/python3.10" Fixes hpyproject#45
5e9abd2
to
d6182ec
Compare
Does anything pin the Python version to 3.10 in CI? Or is it just accidental that that is GitHub's current default? |
Looks accidental to me. You might want to pin it there as well! |
ce7a1ca
to
0c12f95
Compare
You have a nitpicky CI ;) |
Yes, I think it is by accident. At the time we did the setup, there was probably 3.10.
🙂 |
Also make it possible to override it using the PYTHON make variable:
Fixes #45