ci: CuPy 14 + Python 3.14#2352
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2352 +/- ##
=======================================
Coverage 87.34% 87.34%
=======================================
Files 49 49
Lines 7775 7775
=======================================
Hits 6791 6791
Misses 984 984 |
| with: | ||
| enable-cache: true | ||
| # Any Cuda 14+ will support Python 3.14: https://github.com/cupy/cupy/issues/9346 | ||
| python-version: '3.13' # ${{ env.max_python_version }} |
There was a problem hiding this comment.
all python-version does is setting UV_PYTHON so we can just do that manually after installing uv
|
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
gets rid of yq and just uses the pinned version of some package that does the exact thing we want.