Skip to content

Commit d9a8c17

Browse files
committed
fix dead links
1 parent 0a67820 commit d9a8c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ jobs:
154154
PYTHON:
155155
- VERSION: '3.11'
156156
ABI_VERSION: 'cp38'
157-
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.13/python-3.11.13-macos11.pkg'
157+
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.9/python-3.11.9-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.13/python-3.11.13-macos11.pkg'
161+
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg'
162162
BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.11/bin/python3'
163163
- VERSION: '3.13t'
164164
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.13.7/python-3.13.7-macos11.pkg'

0 commit comments

Comments
 (0)