hpyproject / hpyproject.org

Use Nikola to build hpypjoject.org
http://hpyproject.org/
23 stars 10 forks source link

Pin build to Python 3.10 #46

Closed erlend-aasland closed 3 months ago

erlend-aasland commented 3 months ago

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

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

Fixes #45

erlend-aasland commented 3 months ago

CI does not like pinning!

hodgestar commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

You have a nitpicky CI ;)

fangerer commented 3 months ago

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 commented 3 months ago

I'm not sure why the prettifier complains about the YAML; it did not say :)