Enable support for Python 3.15 - #243
Merged
Merged
Conversation
Raise the requires-python cap to <3.16 and add the 3.15 classifier.
Add Python 3.15 (cp315) to the conda build/test, pip editable, and clang workflows. Conda jobs pin the ABI explicitly as '3.15.* *_cp315'. Free-threaded 3.15t is deferred until conda-forge provides a cp315t build.
Update the CI Python version lists and note that 3.15 is GIL-only for now (conda-forge ships cp315 but not cp315t), with conda jobs pinning the ABI.
3.15 is still a pre-release: conda-forge gates it behind the python_rc label and actions/setup-python has no stable 3.15 yet. - Add conda-forge/label/python_rc to the conda env channels and to the conda build/install channel lists (conda-package, conda-package-cf, build_pip). - Set allow-prereleases: true for setup-python in both clang workflows. - Add fail-fast: false to build_pip and the clang workflows so a 3.15 failure no longer cancels the other Python jobs. These RC accommodations should be reverted once 3.15 is final.
antonwolfy
marked this pull request as ready for review
September 7, 2026 14:07
antonwolfy
requested review from
jharlow-intel,
ndgrigorian,
vlad-perevezentsev and
xaleryb
as code owners
September 7, 2026 14:07
vlad-perevezentsev
approved these changes
Sep 8, 2026
vlad-perevezentsev
left a comment
Collaborator
There was a problem hiding this comment.
LGTM
Thank you @antonwolfy
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.
Enables Python 3.15 support in
mkl-service.