From 539bf80bfe528ed994cdc381c6e1e94a601c4959 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Wed, 2 May 2018 07:05:31 -0400 Subject: [PATCH] Update compile --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index affe18f0..25c4f9d6 100755 --- a/bin/compile +++ b/bin/compile @@ -48,7 +48,7 @@ export VENDOR_URL # Which versions of Python are we using? # These variables are used to specify which versions of Python to install by default, # as well as prompt the user to upgrade if they are using an un–supported version. -# Note: When 3.7 lands, I recommend switing to LATEST_36 and LATEST_37. +# Note: When 3.7 lands, I recommend switching to LATEST_36 and LATEST_37. DEFAULT_PYTHON_VERSION="python-3.6.4" LATEST_3="python-3.6.4" LATEST_2="python-2.7.15" -- GitLab