From 8c81cda4bb2aa64c28d374d9b77099b0c2860d81 Mon Sep 17 00:00:00 2001 From: Vasilii Polikarpov <126792224+vpolikarpov-akvelon@users.noreply.github.com> Date: Wed, 9 Aug 2023 12:08:16 +0200 Subject: [PATCH] [Windows] Add PyPy 3.10 (#8039) --- images/win/toolsets/toolset-2019.json | 3 ++- images/win/toolsets/toolset-2022.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 6c084e26..ccec4dc9 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -52,7 +52,8 @@ "3.6", "3.7", "3.8", - "3.9" + "3.9", + "3.10" ] }, { diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index ca2845dc..959e5a89 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -46,7 +46,8 @@ "2.7", "3.7", "3.8", - "3.9" + "3.9", + "3.10" ] }, {