diff --git a/bin/compile b/bin/compile
index 98abb5412629265b53addb2d50d64097f2a60449..2d7c661eb373d4505c0dfd006a67ba17be974409 100755
--- a/bin/compile
+++ b/bin/compile
@@ -50,8 +50,8 @@ export VENDOR_URL
 # as well as prompt the user to upgrade if they are using an un–supported version.
 # Note: When 3.7 lands, I recommend switching to LATEST_36 and LATEST_37.
 DEFAULT_PYTHON_VERSION="python-3.6.7"
-LATEST_36="python-3.6.6"
-LATEST_37="python-3.7.0"
+LATEST_36="python-3.6.7"
+LATEST_37="python-3.7.1"
 LATEST_35="python-3.5.6"
 LATEST_34="python-3.4.9"
 LATEST_27="python-2.7.15"