From bb554acb282bc103abe3eae419e9409989d72597 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 7 Jul 2018 14:15:45 +0200 Subject: [PATCH] Update Python 3.6 from 3.6.5 to 3.6.6 on macOS --- cibuildwheel/macos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuildwheel/macos.py b/cibuildwheel/macos.py index e743c6f5..4d6f3565 100644 --- a/cibuildwheel/macos.py +++ b/cibuildwheel/macos.py @@ -16,7 +16,7 @@ def build(project_dir, package_name, output_dir, test_command, test_requires, be PythonConfiguration(version='2.7', identifier='cp27-macosx_10_6_intel', url='https://www.python.org/ftp/python/2.7.15/python-2.7.15-macosx10.6.pkg'), PythonConfiguration(version='3.4', identifier='cp34-macosx_10_6_intel', url='https://www.python.org/ftp/python/3.4.4/python-3.4.4-macosx10.6.pkg'), PythonConfiguration(version='3.5', identifier='cp35-macosx_10_6_intel', url='https://www.python.org/ftp/python/3.5.4/python-3.5.4-macosx10.6.pkg'), - PythonConfiguration(version='3.6', identifier='cp36-macosx_10_6_intel', url='https://www.python.org/ftp/python/3.6.5/python-3.6.5-macosx10.6.pkg'), + PythonConfiguration(version='3.6', identifier='cp36-macosx_10_6_intel', url='https://www.python.org/ftp/python/3.6.6/python-3.6.6-macosx10.6.pkg'), PythonConfiguration(version='3.7', identifier='cp37-macosx_10_6_intel', url='https://www.python.org/ftp/python/3.7.0/python-3.7.0-macosx10.6.pkg'), ] get_pip_url = 'https://bootstrap.pypa.io/get-pip.py'