Add 32-bit version of python to win19 & win22 (#4405)

This commit is contained in:
Mikhail Timofeev
2021-11-02 22:50:27 +03:00
committed by GitHub
parent 0363026f15
commit 5b6883ef72
2 changed files with 14 additions and 1 deletions

View File

@@ -40,7 +40,8 @@
"3.6.*",
"3.7.*",
"3.8.*",
"3.9.*"
"3.9.*",
"3.10.*"
]
},
{

View File

@@ -23,6 +23,18 @@
],
"default": "3.9.*"
},
{
"name": "Python",
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
"arch": "x86",
"platform" : "win32",
"versions": [
"3.7.*",
"3.8.*",
"3.9.*",
"3.10.*"
]
},
{
"name": "PyPy",
"arch": "x86",