Skip to content

Commit 259f935

Browse files
Merge pull request #1749 from dmitry-shibanov/v-dmshib/add-python3.9-macOS
Add python 3.9.* installation for macOS
2 parents 791e599 + 985dfec commit 259f935

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

images/macos/toolsets/toolset-10.14.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@
220220
"3.5.*",
221221
"3.6.*",
222222
"3.7.*",
223-
"3.8.*"
223+
"3.8.*",
224+
"3.9.*"
224225
]
225226
},
226227
{

images/macos/toolsets/toolset-10.15.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@
129129
"3.5.*",
130130
"3.6.*",
131131
"3.7.*",
132-
"3.8.*"
132+
"3.8.*",
133+
"3.9.*"
133134
]
134135
},
135136
{

images/macos/toolsets/toolset-11.0.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"platform" : "darwin",
6969
"versions": [
7070
"3.7.*",
71-
"3.8.*"
71+
"3.8.*",
72+
"3.9.*"
7273
]
7374
},
7475
{

0 commit comments

Comments
 (0)