We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5422f commit 0147208Copy full SHA for 0147208
.github/workflows/build.yml
@@ -15,31 +15,16 @@
15
"fail-fast": false,
16
"matrix": {
17
"name": [
18
- "win-py-3.9",
19
- "win-py-3.8",
20
"win-py-3.7",
21
- "win-py-3.6",
22
],
23
"arch": [
24
"x86"
25
26
"include": [
27
- {
28
- "name": "win-py-3.9",
29
- "pyenv": "3.9",
30
- },
31
32
- "name": "win-py-3.8",
33
- "pyenv": "3.8",
34
35
{
36
"name": "win-py-3.7",
37
"pyenv": "3.7",
38
},
39
40
- "name": "win-py-3.6",
41
- "pyenv": "3.6",
42
43
44
45
0 commit comments