Skip to content
Snippets Groups Projects
Commit 95950dc832cf authored by Gregory Szorc's avatar Gregory Szorc
Browse files

pyoxidizer: pin Python to 3.8

Newer versions of PyOxidizer use version 3.9 by default. As part of
upgrading PyOxidizer, we want to pin the version at 3.8 so we can
compare differences more easily.

Differential Revision: https://phab.mercurial-scm.org/D10679
parent 3e18a29deec9
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
set_build_path(ROOT + "/build/pyoxidizer")
def make_distribution():
return default_python_distribution()
return default_python_distribution(python_version = "3.8")
def make_distribution_windows():
return default_python_distribution(flavor = "standalone_dynamic")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment