Skip to content

Enable free threaded python support - #159

Open
vlad-perevezentsev wants to merge 8 commits into
masterfrom
enable-free-threaded-python
Open

Enable free threaded python support#159
vlad-perevezentsev wants to merge 8 commits into
masterfrom
enable-free-threaded-python

Conversation

@vlad-perevezentsev

Copy link
Copy Markdown
Collaborator

This PR proposes enabling free-threaded Python support in mkl_random

  • Compile mklrand with # cython: freethreading_compatible=True so importing the package no longer re-enables the GIL.
  • Require Cython>=3.1.0 (pyproject.toml, conda recipes, README) and add Free Threading :: 2 - Beta classifier
  • Drop the python-gil pin from the conda recipes.
  • Add a free-threading test and 3.14t / *_cp314t variants to the GH workflow matrices

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.

1 participant