We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fdcb2 commit c5a517fCopy full SHA for c5a517f
.github/workflows/wheel-builder.yml
@@ -164,7 +164,7 @@ jobs:
164
DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.13.1/python-3.13.1-macos11.pkg'
165
BIN_PATH: '/Library/Frameworks/PythonT.framework/Versions/3.13/bin/python3.13t'
166
- VERSION: '3.14t'
167
- DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.13.1/python-3.14.0rc2-macos11.pkg'
+ DOWNLOAD_URL: 'https://www.python.org/ftp/python/3.14.0/python-3.14.0rc2-macos11.pkg'
168
BIN_PATH: '/Library/Frameworks/PythonT.framework/Versions/3.14/bin/python3.14t'
169
name: "Python ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
170
steps:
0 commit comments