Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: declare that
highspy._core
supports free-threaded CPython
This allows `highspy` to be imported in a free-threaded CPython (see PEP 703) interpreter without raising a warning and re-enabling the GIL. We've tested thread-safety of this extension module reasonably well in SciPy now, and everything seems fine on all tested platforms (Linux, macOS, Windows and x86-64/arm64).
- Loading branch information