Skip to content

Commit 29b619d

Browse files
committed
gh-124111: Update Windows builds to Tcl/Tk 9.0.4
1 parent cffcee4 commit 29b619d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Misc/NEWS.d/next/Windows/2026-05-06-21-36-53.gh-issue-124111.m4OBX8.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated Windows builds to use Tcl/Tk 9.0.4.

PCbuild/get_externals.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.4.4
5757
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-3.5.7
5858
set libraries=%libraries% mpdecimal-4.0.0
5959
set libraries=%libraries% sqlite-3.53.2.0
60-
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-9.0.3.0
61-
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-9.0.3.1
60+
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-9.0.4.0
61+
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-9.0.4.1
6262
set libraries=%libraries% xz-5.8.1.1
6363
set libraries=%libraries% zlib-ng-2.2.4
6464
set libraries=%libraries% zstd-1.5.7
@@ -80,7 +80,7 @@ echo.Fetching external binaries...
8080
set binaries=
8181
if NOT "%IncludeLibffi%"=="false" set binaries=%binaries% libffi-3.4.4
8282
if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-3.5.7
83-
if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-9.0.3.0
83+
if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-9.0.4.0
8484
if NOT "%IncludeSSLSrc%"=="false" set binaries=%binaries% nasm-2.11.06
8585
if NOT "%IncludeLLVM%"=="false" set binaries=%binaries% llvm-21.1.4.0
8686

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ _sqlite3
247247
https://www.sqlite.org/
248248

249249
_tkinter
250-
Wraps version 9.0.3 of the Tk windowing system, which is downloaded
250+
Wraps version 9.0.4 of the Tk windowing system, which is downloaded
251251
from our binaries repository at
252252
https://github.com/python/cpython-bin-deps.
253253

PCbuild/tcltk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="pyproject.props" Condition="$(__PyProject_Props_Imported) != 'true'" />
44
<PropertyGroup>
5-
<TclVersion Condition="$(TclVersion) == ''">9.0.3.0</TclVersion>
5+
<TclVersion Condition="$(TclVersion) == ''">9.0.4.0</TclVersion>
66
<TkVersion Condition="$(TkVersion) == ''">$(TclVersion)</TkVersion>
77
<TclMajorVersion>$([System.Version]::Parse($(TclVersion)).Major)</TclMajorVersion>
88
<TclMinorVersion>$([System.Version]::Parse($(TclVersion)).Minor)</TclMinorVersion>

0 commit comments

Comments
 (0)