[windows] Adding pypy 3.8 to toolset (#4364)

This commit is contained in:
Maksim Shilov
2021-10-29 18:38:49 +03:00
committed by GitHub
parent 41690119db
commit 7901cb5ade
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -50,7 +50,8 @@
"versions": [
"2.7",
"3.6",
"3.7"
"3.7",
"3.8"
]
},
{
+2 -1
View File
@@ -50,7 +50,8 @@
"versions": [
"2.7",
"3.6",
"3.7"
"3.7",
"3.8"
]
},
{
+2 -1
View File
@@ -29,7 +29,8 @@
"platform" : "win64",
"versions": [
"2.7",
"3.7"
"3.7",
"3.8"
]
},
{