Skip to content

Commit 46d2a94

Browse files
authored
Use the latest 3.10 release when wheel building (#7953)
1 parent f150dc1 commit 46d2a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheel-builder.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- VERSION: '3.10'
120120
ABI_VERSION: 'cp36'
121121
# Despite the name, this is built for the macOS 11 SDK on arm64 and 10.9+ on intel
122-
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg'
122+
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.10.9/python-3.10.9-macos11.pkg'
123123
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3'
124124
DEPLOYMENT_TARGET: '10.12'
125125
# This archflags is default, but let's be explicit
@@ -130,7 +130,7 @@ jobs:
130130
_PYTHON_HOST_PLATFORM: 'macosx-10.9-universal2'
131131
- VERSION: '3.10'
132132
ABI_VERSION: 'cp36'
133-
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg'
133+
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.10.9/python-3.10.9-macos11.pkg'
134134
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3'
135135
DEPLOYMENT_TARGET: '10.12'
136136
# We continue to build a non-universal2 for a bit to see metrics on

0 commit comments

Comments
 (0)