@@ -168,7 +168,7 @@ jobs:
168168 - name : Setup Python version
169169 # There are multiple Python versions installed on the GitHub image, 3.11 - 3.14 is already
170170 # available under /Library/Frameworks/Python.framework/Versions/, but homebrew also provides
171- # 3.11 and 3.14. Make sure to consistently use the system versions.
171+ # 3.11 - 3.14. Make sure to consistently use the system versions.
172172 run : |
173173 echo /Library/Frameworks/Python.framework/Versions/${{ matrix.python_version }}/bin >> $GITHUB_PATH
174174
@@ -245,9 +245,9 @@ jobs:
245245 ref : ${{ inputs.branch || github.ref }}
246246
247247 - name : Setup Python version
248- # There are multiple Python versions installed on the GitHub image, 3.11 - 3.12 is already
248+ # There are multiple Python versions installed on the GitHub image, 3.11 - 3.14 is already
249249 # available under /Library/Frameworks/Python.framework/Versions/, but homebrew also provides
250- # 3.11 and 3.12 . Make sure to consistently use the system versions.
250+ # 3.11 - 3.14 . Make sure to consistently use the system versions.
251251 run : |
252252 echo /Library/Frameworks/Python.framework/Versions/${{ matrix.python_version }}/bin >> $GITHUB_PATH
253253
@@ -458,9 +458,9 @@ jobs:
458458 path : ${{ github.workspace }}/standalone_plugin_wheel/wheel
459459
460460 - name : Setup Python version
461- # There are multiple Python versions installed on the GitHub image, 3.11 - 3.12 is already
461+ # There are multiple Python versions installed on the GitHub image, 3.11 - 3.14 is already
462462 # available under /Library/Frameworks/Python.framework/Versions/, but homebrew also provides
463- # 3.11 and 3.12 . Make sure to consistently use the system versions.
463+ # 3.11 - 3.14 . Make sure to consistently use the system versions.
464464 run : |
465465 echo /Library/Frameworks/Python.framework/Versions/${{ matrix.python_version }}/bin >> $GITHUB_PATH
466466
0 commit comments