Skip to content

Commit 02c5be5

Browse files
[Windows] Add PyPy 3.9 (#5133)
1 parent b410b60 commit 02c5be5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

images/win/toolsets/toolset-2016.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"2.7",
5050
"3.6",
5151
"3.7",
52-
"3.8"
52+
"3.8",
53+
"3.9"
5354
]
5455
},
5556
{

images/win/toolsets/toolset-2019.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"2.7",
5151
"3.6",
5252
"3.7",
53-
"3.8"
53+
"3.8",
54+
"3.9"
5455
]
5556
},
5657
{

images/win/toolsets/toolset-2022.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"versions": [
4343
"2.7",
4444
"3.7",
45-
"3.8"
45+
"3.8",
46+
"3.9"
4647
]
4748
},
4849
{

0 commit comments

Comments
 (0)