File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
- VERSION : ' 3.10'
120
120
ABI_VERSION : ' cp36'
121
121
# 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'
123
123
BIN_PATH : ' /Library/Frameworks/Python.framework/Versions/3.10/bin/python3'
124
124
DEPLOYMENT_TARGET : ' 10.12'
125
125
# This archflags is default, but let's be explicit
@@ -130,7 +130,7 @@ jobs:
130
130
_PYTHON_HOST_PLATFORM : ' macosx-10.9-universal2'
131
131
- VERSION : ' 3.10'
132
132
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'
134
134
BIN_PATH : ' /Library/Frameworks/Python.framework/Versions/3.10/bin/python3'
135
135
DEPLOYMENT_TARGET : ' 10.12'
136
136
# We continue to build a non-universal2 for a bit to see metrics on
You can’t perform that action at this time.
0 commit comments