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 29980e8 commit a17163bCopy full SHA for a17163b
1 file changed
.github/workflows/run-test.yaml
@@ -99,6 +99,15 @@ jobs:
99
- os: "windows-latest"
100
python-version: "pypy-3.10"
101
architecture: x86
102
+ # these combos are failing on CI, disabled for now
103
+ - os: "windows-latest"
104
+ python-version: "3.11"
105
+ architecture: x86
106
+ build-type: "cext-greenlet"
107
108
109
+ architecture: x64
110
+ build-type: "cext"
111
112
fail-fast: false
113
0 commit comments