Skip to content

Add Python 3.14 support to pip wheels#2696

Open
KOTHA-SRIVIBHU wants to merge 1 commit into
apple:mainfrom
KOTHA-SRIVIBHU:add-python-3.14-support
Open

Add Python 3.14 support to pip wheels#2696
KOTHA-SRIVIBHU wants to merge 1 commit into
apple:mainfrom
KOTHA-SRIVIBHU:add-python-3.14-support

Conversation

@KOTHA-SRIVIBHU
Copy link
Copy Markdown

This PR enables Python 3.14 support by adding it to the build matrix and package metadata.

As reported in #2695, the existing C++/Objective-C code is already compatible with 3.14, but the lack of a cp314 wheel causes
pip to install a "pure Python" version missing critical native extensions.

Changes:
- CI: Added build and test jobs for Python 3.14 to .gitlab-ci.yml.
- Metadata: Added Python 3.14 classifier to setup.py.
- Docs: Updated BUILDING.md and installation guides to include 3.14.

Closes #2695

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Python 3.14 support to pip wheels (native extensions missing)

1 participant