Skip to content

Commit cd99c1d

Browse files
authored
move to 3.14.0 (#1088)
1 parent 00ffe5c commit cd99c1d

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
@@ -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

0 commit comments

Comments
 (0)