Skip to content

Commit

Permalink
Use the latest 3.10 release when wheel building (#7953)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jan 2, 2023
1 parent f150dc1 commit 46d2a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel-builder.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 46d2a94

Please sign in to comment.