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

Pin build to Python 3.10 #46

Merged
merged 4 commits into from Mar 20, 2024
Merged

Conversation

erlend-aasland
Copy link
Contributor

Also make it possible to override it using the PYTHON make variable:

$ make PYTHON="$HOME/bin/python3.10"

Fixes #45

@erlend-aasland
Copy link
Contributor Author

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
README.md Outdated Show resolved Hide resolved
@hodgestar
Copy link
Contributor

Does anything pin the Python version to 3.10 in CI? Or is it just accidental that that is GitHub's current default?

@erlend-aasland
Copy link
Contributor Author

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!

@erlend-aasland
Copy link
Contributor Author

You have a nitpicky CI ;)

@fangerer
Copy link
Contributor

Looks accidental to me. You might want to pin it there as well!

Yes, I think it is by accident. At the time we did the setup, there was probably 3.10.

You have a nitpicky CI ;)

🙂

@erlend-aasland

This comment was marked as resolved.

README.md Show resolved Hide resolved
@hodgestar hodgestar merged commit d0499f9 into hpyproject:main Mar 20, 2024
7 checks passed
@erlend-aasland erlend-aasland deleted the build-python branch March 20, 2024 13:40
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.

Build Python is unpinned and not configurable
3 participants