Add Python 3.15 to the build/test matrix (12.9.x backport)#2132
Closed
leofang wants to merge 1 commit into
Closed
Conversation
Backport of #2108 to the 12.9.x branch so that cuda-bindings 12.9.x wheels are available for Python 3.15, which the main branch needs in order to build cuda-core. - Add 3.15 / 3.15t to the build matrix - Upgrade cibuildwheel to v4.0.0rc1 (required for cpython-prerelease) - Enable cpython-prerelease in CIBW_ENABLE - Add amd64-only test entries for 3.15 / 3.15t (CUDA 12.9.1)
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #2108 to the
12.9.xbranch so thatcuda-bindings12.9.x wheels are available for Python 3.15, which themainbranch needs in order to buildcuda-core.Changes
3.15/3.15tto the build matrix inbuild-wheel.ymlcpython-prereleasesupport)cpython-prereleasetoCIBW_ENABLE(alongside existingcpython-freethreading)test-matrix.jsonAdaptation notes
The following changes from #2108 were not needed on
12.9.x:test-wheel-linux.yml— already hasallow-prereleases: truecuda_bindings/pyproject.toml—matplotlibwas already absent from test depscuda_core/pyproject.toml—cffiwas already absent from test depsCIBW_REPAIR_WHEEL_COMMAND_WINDOWS: ""— not needed because 12.9.x already sets an explicit delvewheel command that overrides the v4.0 default