From 37aecb00285edbd726ecb46ca33b884a378da909 Mon Sep 17 00:00:00 2001 From: vidyasagarnimmagaddi <160703874+vidyasagarnimmagaddi@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:27:31 +0530 Subject: [PATCH] [Ubuntu & Windows] Adding Python 3.13 version (#11438) Co-authored-by: James Knight --- images/ubuntu/toolsets/toolset-2004.json | 3 ++- images/ubuntu/toolsets/toolset-2204.json | 3 ++- images/ubuntu/toolsets/toolset-2404.json | 3 ++- images/windows/toolsets/toolset-2019.json | 6 ++++-- images/windows/toolsets/toolset-2022.json | 6 ++++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index e96d97b2b..ec5480320 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -11,7 +11,8 @@ "3.9.*", "3.10.*", "3.11.*", - "3.12.*" + "3.12.*", + "3.13.*" ] }, { diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 8c5b9090a..6a5624493 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -11,7 +11,8 @@ "3.9.*", "3.10.*", "3.11.*", - "3.12.*" + "3.12.*", + "3.13.*" ] }, { diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index cf732f67c..41de91cfe 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -10,7 +10,8 @@ "3.9.*", "3.10.*", "3.11.*", - "3.12.*" + "3.12.*", + "3.13.*" ] }, { diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index 367233c60..f73ad65ae 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -21,7 +21,8 @@ "3.9.*", "3.10.*", "3.11.*", - "3.12.*" + "3.12.*", + "3.13.*" ], "default": "3.9.*" }, @@ -35,7 +36,8 @@ "3.9.*", "3.10.*", "3.11.*", - "3.12.*" + "3.12.*", + "3.13.*" ] }, { diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index 547382a71..4b1ccda15 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -21,7 +21,8 @@ "3.9.*", "3.10.*", "3.11.*", - "3.12.*" + "3.12.*", + "3.13.*" ], "default": "3.9.*" }, @@ -35,7 +36,8 @@ "3.9.*", "3.10.*", "3.11.*", - "3.12.*" + "3.12.*", + "3.13.*" ] }, {