Skip to content

Commit 204a621

Browse files
committed
update default_pythons to include sha version
1 parent a2f3ff7 commit 204a621

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/default_pythons

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ LATEST_35="python-3.5.7"
77
LATEST_34="python-3.4.10"
88
LATEST_27="python-2.7.16"
99

10-
export DEFAULT_PYTHON_VERSION LATEST_37 LATEST_36 LATEST_35 LATEST_34 LATEST_27
10+
GETPIP_SHA="57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe"
11+
12+
export DEFAULT_PYTHON_VERSION LATEST_37 LATEST_36 LATEST_35 LATEST_34 LATEST_27 GETPIP_SHA

0 commit comments

Comments
 (0)