File tree Expand file tree Collapse file tree 2 files changed +77
-76
lines changed Expand file tree Collapse file tree 2 files changed +77
-76
lines changed Original file line number Diff line number Diff line change 32
32
33
33
jobs :
34
34
test :
35
+ if : " false"
35
36
runs-on : ${{ matrix.os }}
36
37
timeout-minutes : 20
37
38
continue-on-error : ${{ matrix.zmq == 'head' || matrix.python == '3.14' }}
Original file line number Diff line number Diff line change @@ -73,84 +73,84 @@ jobs:
73
73
fail-fast : false
74
74
matrix :
75
75
include :
76
- - os : macos-13
77
- name : mac-pypy
78
- cibw :
79
- build : " pp*"
80
-
81
- - os : macos-14
82
- name : mac-cpython
83
- cibw :
84
- arch : universal2
85
- build : " cp*"
86
-
87
- - name : manylinux-x86_64
88
- cibw :
89
- arch : x86_64
90
- build : " *manylinux*"
91
-
92
- - name : manylinux-i686
93
- cibw :
94
- arch : i686
95
- build : " *manylinux*"
96
-
97
- - name : manylinux-arm
98
- os : ubuntu-24.04-arm
99
- cibw :
100
- build : " *manylinux*"
101
-
102
- # additional manylinux variants, not specified in pyproject.toml:
103
- # this is where we would add e.g. older manylinux_2014 builds
104
- # - name: manylinux-x86_64-2014
76
+ # - os: macos-13
77
+ # name: mac-pypy
78
+ # cibw:
79
+ # build: "pp*"
80
+ #
81
+ # - os: macos-14
82
+ # name: mac-cpython
83
+ # cibw:
84
+ # arch: universal2
85
+ # build: "cp*"
86
+ #
87
+ # - name: manylinux-x86_64
105
88
# cibw:
106
89
# arch: x86_64
107
- # build: "cp31*-manylinux* pp39-manylinux*"
108
- # manylinux_x86_64_image: manylinux_2_28
109
-
110
- - name : musllinux
111
- cibw :
112
- arch : auto,auto32
113
- build : " *musllinux*"
114
-
115
- - name : musllinux-arm
116
- os : ubuntu-24.04-arm
117
- cibw :
118
- build : " *musllinux*"
119
-
120
- - name : android
121
- os : ubuntu-24.04
122
- cibw :
123
- platform : android
124
- arch : all
125
-
126
- - name : win32
127
- os : windows-2022
128
- architecture : x86
129
- cibw :
130
- build : " cp*win32"
131
-
132
- - os : windows-2022
133
- name : win-pypy
134
- architecture : x64
135
- cibw :
136
- build : " pp*win_amd64"
137
-
138
- - os : windows-2022
139
- name : win_amd64
140
- architecture : x64
141
- cibw :
142
- build : " cp*win_amd64"
143
-
144
- - os : windows-2022
145
- name : win_arm64
146
- architecture : x64
147
- cibw :
148
- arch : ARM64
149
- # FIXME:
150
- # 313t and 314t fail with:
151
- # Could NOT find Python (missing: Interpreter Development.Module) (found version "3.13.4")
152
- # unclear why
153
- skip : " cp31{3,4}t*"
90
+ # build: "*manylinux*"
91
+ #
92
+ # - name: manylinux-i686
93
+ # cibw:
94
+ # arch: i686
95
+ # build: "*manylinux*"
96
+ #
97
+ # - name: manylinux-arm
98
+ # os: ubuntu-24.04-arm
99
+ # cibw:
100
+ # build: "*manylinux*"
101
+ #
102
+ # # additional manylinux variants, not specified in pyproject.toml:
103
+ # # this is where we would add e.g. older manylinux_2014 builds
104
+ # # - name: manylinux-x86_64-2014
105
+ # # cibw:
106
+ # # arch: x86_64
107
+ # # build: "cp31*-manylinux* pp39-manylinux*"
108
+ # # manylinux_x86_64_image: manylinux_2_28
109
+ #
110
+ # - name: musllinux
111
+ # cibw:
112
+ # arch: auto,auto32
113
+ # build: "*musllinux*"
114
+ #
115
+ # - name: musllinux-arm
116
+ # os: ubuntu-24.04-arm
117
+ # cibw:
118
+ # build: "*musllinux*"
119
+ #
120
+ # - name: android
121
+ # os: ubuntu-24.04
122
+ # cibw:
123
+ # platform: android
124
+ # arch: all
125
+ #
126
+ # - name: win32
127
+ # os: windows-2022
128
+ # architecture: x86
129
+ # cibw:
130
+ # build: "cp*win32"
131
+ #
132
+ # - os: windows-2022
133
+ # name: win-pypy
134
+ # architecture: x64
135
+ # cibw:
136
+ # build: "pp*win_amd64"
137
+ #
138
+ # - os: windows-2022
139
+ # name: win_amd64
140
+ # architecture: x64
141
+ # cibw:
142
+ # build: "cp*win_amd64"
143
+ #
144
+ # - os: windows-2022
145
+ # name: win_arm64
146
+ # architecture: x64
147
+ # cibw:
148
+ # arch: ARM64
149
+ # # FIXME:
150
+ # # 313t and 314t fail with:
151
+ # # Could NOT find Python (missing: Interpreter Development.Module) (found version "3.13.4")
152
+ # # unclear why
153
+ # skip: "cp31{3,4}t*"
154
154
155
155
steps :
156
156
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments