From 00407cd3aa279aaae6b4ab5bd21c01ddb1dd06a8 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 1 Jan 2023 14:47:24 -0500 Subject: [PATCH] Use the latest 3.10 release when wheel building --- .github/workflows/wheel-builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 35e886c84afc..9bf72146de86 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -119,7 +119,7 @@ jobs: - VERSION: '3.10' ABI_VERSION: 'cp36' # Despite the name, this is built for the macOS 11 SDK on arm64 and 10.9+ on intel - DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg' + DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.10.9/python-3.10.9-macos11.pkg' BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3' DEPLOYMENT_TARGET: '10.12' # This archflags is default, but let's be explicit @@ -130,7 +130,7 @@ jobs: _PYTHON_HOST_PLATFORM: 'macosx-10.9-universal2' - VERSION: '3.10' ABI_VERSION: 'cp36' - DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg' + DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.10.9/python-3.10.9-macos11.pkg' BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3' DEPLOYMENT_TARGET: '10.12' # We continue to build a non-universal2 for a bit to see metrics on