Removed PyPy version workaround for macOS 10.13 (#2414)
* removed pypy version workaround for macOS 10.13 * fix toolcache test on macos * fixed an error * disable strict name checking for imported powershell modules * Ruby 3.0 doesn't exists on 10.13 Co-authored-by: Leonid Lapshin <[email protected]>
This commit is contained in:
co-authored by
Leonid Lapshin
parent
0a255311b1
commit
2e06b1a227
@@ -248,8 +248,7 @@
|
||||
"2.4.*",
|
||||
"2.5.*",
|
||||
"2.6.*",
|
||||
"2.7.*",
|
||||
"3.0.*"
|
||||
"2.7.*"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user