diff options
author | Zachary Ware <zach@python.org> | 2024-09-25 21:00:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-25 21:00:25 (GMT) |
commit | 9d8f2d8e08336695fdade5846da4bbcc3eb5f152 (patch) | |
tree | 0fc30dbc540865c3153851c67061c5ac058e9c21 /PCbuild/readme.txt | |
parent | 909c6f718913e713c990d69e6d8a74c05f81e2c2 (diff) | |
download | cpython-9d8f2d8e08336695fdade5846da4bbcc3eb5f152.zip cpython-9d8f2d8e08336695fdade5846da4bbcc3eb5f152.tar.gz cpython-9d8f2d8e08336695fdade5846da4bbcc3eb5f152.tar.bz2 |
gh-124448: Update Windows builds to use Tcl/Tk 8.6.15 (GH-124449)
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 865e294..693fcee 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -195,7 +195,7 @@ _sqlite3 Homepage: https://www.sqlite.org/ _tkinter - Wraps version 8.6.14 of the Tk windowing system, which is downloaded + Wraps version 8.6.15 of the Tk windowing system, which is downloaded from our binaries repository at https://github.com/python/cpython-bin-deps. |