Commit 04385c0
Exclude spaCy 3.8.15 on Python 3.14
3.8.15 has the same defect as 3.8.14: neither a cp314 wheel nor an
sdist, so there is nothing installable on 3.14 (3.8.13 ships both).
CI resolved to it and failed at install.
Scoped to 3.14 with a marker so other interpreters still track the
latest spaCy, and left as exclusions so a release that restores cp314
artifacts is picked up without another change here.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent b113bd4 commit 04385c0
2 files changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments