Commit 1eb5779
committed
Skip smoke test for Python 3.15 / 3.15t
The 3.15/3.15t wheels build fine, but the smoke test installs the built
wheel, which pulls required runtime deps that have no cp315 wheels yet and
fail to build from sdist -- e.g. pillow, a hard install_requires dependency
of torchvision (pip: 'Collecting pillow!=8.3.*,>=5.3.0 (from torchvision)').
The cascade is purely ecosystem readiness, not a defect in the build path
this PR delivers.
Skip the smoke step for 3.15* until cp315 wheels are published. Other
Python versions are unaffected.1 parent 046de5a commit 1eb5779
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
305 | 310 | | |
306 | 311 | | |
307 | 312 | | |
| |||
0 commit comments