gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (#127365) · python/cpython@b83be9c

GitHub

Original file line numberDiff line numberDiff line change@@ -37,7 +37,10 @@ jobs:

3737path: config.cache

3838key: ${{ github.job }}-${{ inputs.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}

3939 - name: Install Homebrew dependencies

40-run: brew install pkg-config [email protected] xz gdbm tcl-tk make

40+run: |

41+ brew install pkg-config [email protected] xz gdbm tcl-tk@8 make

42+ # Because alternate versions are not symlinked into place by default:

43+ brew link tcl-tk@8

4144 - name: Configure CPython

4245run: |

4346 GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \