Skip to content

Commit 0a67820

Browse files
committed
use newer Python minor versions in Mac wheel builds
1 parent 2e77e16 commit 0a67820

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
@@ -154,14 +154,14 @@ jobs:
154154
PYTHON:
155155
- VERSION: '3.11'
156156
ABI_VERSION: 'cp38'
157-
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.3/python-3.11.3-macos11.pkg'
157+
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.13/python-3.11.13-macos11.pkg'
158158
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.11/bin/python3'
159159
- VERSION: '3.11'
160160
ABI_VERSION: 'cp39'
161-
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.3/python-3.11.3-macos11.pkg'
161+
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.13/python-3.11.13-macos11.pkg'
162162
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.11/bin/python3'
163163
- VERSION: '3.13t'
164-
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.13.1/python-3.13.1-macos11.pkg'
164+
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.13.7/python-3.13.7-macos11.pkg'
165165
BIN_PATH: '/Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3.13t'
166166
- VERSION: '3.14t'
167167
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.14.0/python-3.14.0rc2-macos11.pkg'

0 commit comments

Comments
 (0)