-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
3.10only security fixesonly security fixes3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.9only security fixesonly security fixesinfraCI, GitHub Actions, buildbots, Dependabot, etc.CI, GitHub Actions, buildbots, Dependabot, etc.topic-tkintertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
The recent builds on the 3.13 and 3.12 branches are failing for macos-13 (and 3.11 and earlier likely will as well):
- https://github.com/python/cpython/actions/workflows/build.yml?query=branch%3A3.13
- https://github.com/python/cpython/actions/workflows/build.yml?query=branch%3A3.12
For example https://github.com/python/cpython/actions/runs/12052665181/job/33606528979#step:9:1072 :
2 tests failed:
test_tkinter test_ttk
This is because we install unpinned Tcl/Tk from Homebrew which has recently upgraded from 8.6 to 9.0:
run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk make |
main
isn't failing because it's also recently been updated to prepare for 9.0.
For now, let's pin main
and earlier branches to 8.6 and start testing 9.0 later (or on a buildbot):
https://formulae.brew.sh/formula/tcl-tk@8
CPython versions tested on:
3.12, 3.13, 3.14
Operating systems tested on:
macOS
Linked PRs
- gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS #127365
- [3.13] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (#127365) #127393
- [3.12] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) #127394
- [3.11] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) #127407
- [3.10] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) #127408
- [3.9] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) #127409
encukou
Metadata
Metadata
Assignees
Labels
3.10only security fixesonly security fixes3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.9only security fixesonly security fixesinfraCI, GitHub Actions, buildbots, Dependabot, etc.CI, GitHub Actions, buildbots, Dependabot, etc.topic-tkintertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error