[Request] [+ ] D10679: pyoxidizer: pin Python to 3.8

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Fri May 7 00:01:44 UTC 2021


indygreg created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REVISION SUMMARY
  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.

REPOSITORY
  rHG Mercurial

BRANCH
  default

REVISION DETAIL
  https://phab.mercurial-scm.org/D10679

AFFECTED FILES
  rust/hgcli/pyoxidizer.bzl

CHANGE DETAILS

diff --git a/rust/hgcli/pyoxidizer.bzl b/rust/hgcli/pyoxidizer.bzl
--- a/rust/hgcli/pyoxidizer.bzl
+++ b/rust/hgcli/pyoxidizer.bzl
@@ -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")



To: indygreg, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210507/224e2a8f/attachment-0001.html>


More information about the Mercurial-patches mailing list