Skip to content

Added support for python 3.14 - #726

Open
robambalu wants to merge 2 commits into
mainfrom
rba/py3_14
Open

Added support for python 3.14#726
robambalu wants to merge 2 commits into
mainfrom
rba/py3_14

Conversation

@robambalu

@robambalu robambalu commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

There were a few big changes to 3.14 internals that we had to accommodatea:

@robambalu
robambalu force-pushed the rba/py3_14 branch 7 times, most recently from 6c303d7 to 972a8db Compare July 27, 2026 18:57
- name: Install cibuildwheel and twine
shell: bash
run: pip install cibuildwheel==3.2 twine
run: pip install cibuildwheel==3.2.1 twine

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: cibuildwheel 3.2.1 is the first version with an official 3.14 build for windows ( < 3.2.1 is an rc build )

Comment thread pyproject.toml
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to add python 3.14 here

Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
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.

2 participants