-
Notifications
You must be signed in to change notification settings - Fork 52
Commit 5c316ec
Do not use Cython 3 on build deps
Cython 3 generates code which fails on Python that was built with
assertions enabled. This commit adds the upper bound version until this
issue has been fixed.
CI has been updated to test out this specific scenario.
Signed-off-by: Jordan Borean <jborean93@gmail.com>1 parent 3a14a03 commit 5c316ec
3 files changed
+42
-2
lines changedLines changed: 38 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
148 | + | ||
149 | + | ||
150 | + | ||
151 | + | ||
152 | + | ||
153 | + | ||
154 | + | ||
155 | + | ||
156 | + | ||
157 | + | ||
158 | + | ||
159 | + | ||
160 | + | ||
161 | + | ||
162 | + | ||
163 | + | ||
164 | + | ||
165 | + | ||
166 | + | ||
167 | + | ||
168 | + | ||
169 | + | ||
170 | + | ||
171 | + | ||
172 | + | ||
173 | + | ||
137 | 174 |
| |
138 | 175 |
| |
139 | 176 |
| |
| |||
257 | 294 |
| |
258 | 295 |
| |
259 | 296 |
| |
297 | + | ||
260 | 298 |
| |
261 | 299 |
| |
262 | 300 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | + | ||
5 | + | ||
4 | 6 |
| |
5 | 7 |
| |
6 | 8 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 | - | ||
277 | + | ||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
|
0 commit comments