File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 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'
167- DOWNLOAD_URL : ' https://www.python.org/ftp/python/3.14.0/python-3.14.0rc2 -macos11.pkg'
167+ DOWNLOAD_URL : ' https://www.python.org/ftp/python/3.14.0/python-3.14.0 -macos11.pkg'
168168 BIN_PATH : ' /Library/Frameworks/PythonT.framework/Versions/3.14/bin/python3.14t'
169169 name : " Python ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} on macOS"
170170 steps :
@@ -234,7 +234,7 @@ jobs:
234234 - {VERSION: "3.11", ABI_VERSION: "cp38"}
235235 - {VERSION: "3.11", ABI_VERSION: "cp39"}
236236 - {VERSION: "3.13t"}
237- - {VERSION: "3.14t-dev "}
237+ - {VERSION: "3.14t"}
238238 name : " ${{ matrix.PYTHON.VERSION }} ${{ matrix.PYTHON.ABI_VERSION }} ${{ matrix.WINDOWS.ARCH }}"
239239 steps :
240240 - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
You can’t perform that action at this time.
0 commit comments