Commit f30c42e
authored
Loosen the Cython build dependency specifier to
PR #214
This patch changes the Cython build dependency specifier in `get_requires_for_build_wheel()` PEP 517 hook from `~= 3.2.0` (`>= 3.2.0, < 3.3.0`) to `>= 3.2.0`, removing the upper version bound.
The pinned version in `requirements/cython.txt` (`== 3.2.4`) is unchanged and continues to control the exact Cython version used in CI via `cibuildwheel`. This change only affects downstream packagers who disable build isolation or set their own constraints.>= 3.2.0
1 parent 35b1b5b commit f30c42e
4 files changed
Lines changed: 8 additions & 2 deletions
File tree
- CHANGES
- packaging/pep517_backend
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
| 379 | + | |
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| |||
0 commit comments