Skip to content

Commit 32974ce

Browse files
committed
use newer Python minor versions in Mac wheel builds
1 parent 1206749 commit 32974ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@ jobs:
172172
PYTHON:
173173
- VERSION: '3.11'
174174
ABI_VERSION: 'cp38'
175-
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.3/python-3.11.3-macos11.pkg'
175+
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.3/python-3.11.13-macos11.pkg'
176176
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.11/bin/python3'
177177
- VERSION: '3.11'
178178
ABI_VERSION: 'cp39'
179-
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.3/python-3.11.3-macos11.pkg'
179+
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.3/python-3.11.13-macos11.pkg'
180180
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.11/bin/python3'
181181
- VERSION: '3.13t'
182-
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.13.1/python-3.13.1-macos11.pkg'
182+
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.13.7/python-3.13.7-macos11.pkg'
183183
BIN_PATH: '/Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3.13t'
184184
- VERSION: '3.14t'
185185
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.14.0/python-3.14.0rc2-macos11.pkg'

0 commit comments

Comments
 (0)