[MacOS] Adding PyPy 3.8 to toolsets (#4366)

This commit is contained in:
Maksim Shilov
2021-10-29 18:38:12 +03:00
committed by GitHub
parent 82583b9f01
commit 41690119db
3 changed files with 6 additions and 3 deletions

View File

@@ -264,7 +264,8 @@
"versions": [
"2.7",
"3.6",
"3.7"
"3.7",
"3.8"
]
},
{

View File

@@ -210,7 +210,8 @@
"platform" : "darwin",
"versions": [
"2.7",
"3.7"
"3.7",
"3.8"
]
},
{

View File

@@ -115,7 +115,8 @@
"platform" : "darwin",
"versions": [
"2.7",
"3.7"
"3.7",
"3.8"
]
},
{