[3.9] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127409)

This commit is contained in:
Hugo van Kemenade 2024-11-30 18:38:35 +02:00 committed by GitHub
parent fb0b642bf1
commit 307a762b02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -158,7 +158,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Homebrew dependencies
run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
run: |
brew install pkg-config openssl@3.0 xz gdbm tcl-tk@8
# Because alternate versions are not symlinked into place by default:
brew link tcl-tk@8
- name: Configure CPython
run: |
CC=clang \