https://github.com/python/cpython/commit/307a762b022515e00951c07e2fc5971fcbbe2b46
commit: 307a762b022515e00951c07e2fc5971fcbbe2b46
branch: 3.9
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2024-11-30T18:38:35+02:00
summary:

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

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index eb0c1194664349..ae099ee1dced6e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -158,7 +158,10 @@ jobs:
     steps:
     - uses: actions/checkout@v4
     - name: Install Homebrew dependencies
-      run: brew install pkg-config [email protected] xz gdbm tcl-tk
+      run: |
+        brew install pkg-config [email protected] 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 \

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to