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 d9df517 commit 5b2e320Copy full SHA for 5b2e320
.github/workflows/build.yml
@@ -61,6 +61,7 @@
61
"fail-fast": false,
62
"matrix": {
63
"name": [
64
+ "win-py-3.10-dev",
65
"win-py-3.9",
66
"win-py-3.8",
67
"win-py-3.7",
@@ -71,6 +72,10 @@
71
72
"x86"
73
],
74
"include": [
75
+ {
76
+ "name": "win-py-3.10-dev",
77
+ "pyenv": "3.10-dev",
78
+ },
79
{
80
"name": "win-py-3.9",
81
"pyenv": "3.9",
.github/workflows/release.yml
@@ -80,6 +80,7 @@
"strategy": {
82
83
+ "win-wheel-3.10-dev",
84
"win-wheel-3.9",
85
"win-wheel-3.8",
86
"win-wheel-3.7",
@@ -90,6 +91,10 @@
90
91
92
93
94
95
+ "name": "win-wheel-3.10-dev",
96
97
98
99
"name": "win-wheel-3.9",
100
0 commit comments