Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
[MIRROR] Bumps bootstrapped python version to 3.7.9 [MDB IGNORE] (#10…
Browse files Browse the repository at this point in the history
…825)

* Bumps bootstrapped python version to 3.7.9 (#64246)

From quick test all our helper scripts work fine on 3.7.
Why 3.7.9 instead of latest 3.7.12 ? Embed zips for these versions are missing from python.org ftp. (They apparently do not ship binaries for security-fix only releases)

* Bumps bootstrapped python version to 3.7.9

Co-authored-by: AnturK <[email protected]>
  • Loading branch information
SkyratBot and AnturK authored Jan 19, 2022
1 parent a97955e commit b0562fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export NODE_VERSION_PRECISE=16.13.1
export SPACEMAN_DMM_VERSION=suite-1.7.1

# Python version for mapmerge and other tools
export PYTHON_VERSION=3.6.8
export PYTHON_VERSION=3.7.9
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python36.zip
python37.zip
.
..\..\..

Expand Down
2 changes: 1 addition & 1 deletion tools/bootstrap/python_.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (!(Test-Path $PythonExe -PathType Leaf)) {
[System.IO.Compression.ZipFile]::ExtractToDirectory($Archive, $PythonDir)

# Copy a ._pth file without "import site" commented, so pip will work
Copy-Item "$Bootstrap/python36._pth" $PythonDir `
Copy-Item "$Bootstrap/python37._pth" $PythonDir `
-ErrorAction Stop

Remove-Item $Archive
Expand Down

0 comments on commit b0562fd

Please sign in to comment.