* Build free-threaded wheels, disable limited API there
Co-authored-by: Min RK <151929+minrk@users.noreply.github.com>
* Try installing libffi-dev on Linux
It's faling due to lack of includes. Presumably because the lack of cffi
wheels.
* Revert "Try installing libffi-dev on Linux"
Does not work.
* Merge
* Actually build FT
* support the free-threaded build of Python 3.14 (#93)
* support the free-threaded build of Python 3.14
* attempt to get 3.14t CI to run
* Add trove classifier
* Add changelog
* Add 3.14 trove classifier, too
---------
Co-authored-by: Hynek Schlawack <hs@ox.cx>
---------
Co-authored-by: Min RK <151929+minrk@users.noreply.github.com>
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
* Try if new compiling method works
* fix yaml
* need 3.8 on macos for arm
* let's see if we can detect cross-compiling
* test is too late
* huh
* Try to detect cross-compiling
* Remove test harness
* Only apply heuristics when running in cibuildwheel
* Be smarter
* Pin wheel builder to macOS 10.15
11 does not support Python 3.6 and AFAIU, it's better to build on old
platforms.
https://github.com/actions/virtual-environments/issues/4060
* Fail if no wheels are found
* Explain macOS pin