Skip to content

Fix wheels for python 3.14 free thread#493

Open
aureliobarbosa wants to merge 2 commits into
uber:masterfrom
aureliobarbosa:test_python3.14_freethreaded
Open

Fix wheels for python 3.14 free thread#493
aureliobarbosa wants to merge 2 commits into
uber:masterfrom
aureliobarbosa:test_python3.14_freethreaded

Conversation

@aureliobarbosa

@aureliobarbosa aureliobarbosa commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR annotates .pyx cython files to avoid GIL being re-enabled on cpython 3.14 free thread during the execution of packages including h3-py with this python version.

Previously I did run pytest with pytest-run-parallel script and got green, so, for independent parallel process is expected to run without problems.

Fix #488

Available for questions.

@CLAassistant

CLAassistant commented Jun 18, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

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.

Support for free-threaded Python 3.14

2 participants