You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #695: build: Use more recent Python 3.9 for *nix builds
e267f9a build: Bump *nix release build environment to more recent 3.9 (Andrew Chow)
dd6a594 build: Allow building binaries on any python 3.9 (Andrew Chow)
e9b3191 pyenv: Set python version to just 3.9 (Andrew Chow)
Pull request description:
MacOS on Apple Silicon requires a more recent python version, so just bump it to the latest security release of 3.9, and let any 3.9 version when developing in pyenv.
Top commit has no ACKs.
Tree-SHA512: 0552bba9e648225e7cb6c2ba82309c5983d7444fd2a00200ee412d415a9ffbae6aea6ae197c1ac54486c86fcdc5d3e30aae0e0fd0d2bc65a2db9eb62b8e2f6f5
Copy file name to clipboardExpand all lines: docs/development/release-process.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,14 @@ Note that the macOS build is non-deterministic.
30
30
31
31
First install `pyenv <https://github.com/pyenv/pyenv>`_ using whichever method you prefer.
32
32
33
-
Then a deterministic build of Python 3.9.7 needs to be installed. This can be done with the patch in ``contrib/reproducible-python.diff``. First ``cd`` into HWI's source tree. Then use::
33
+
Then a deterministic build of Python 3.9.17 needs to be installed. This can be done with the patch in ``contrib/reproducible-python.diff``. First ``cd`` into HWI's source tree. Then use::
0 commit comments