pybind11/tests/test_embed
Michael Šimáček c4a05f9344
Add support for GraalPy (#5380)
* Initial support for GraalPy

* Mark tests that currently fail on GraalPy with xfail

* Add graalpy to CI

* Limit test deps on graalpy to available binary wheels

* Skip cmake test installed_function on GraalPy

CMake won't find libpython on GraalPy, it either fails or silently picks
CPython's libpython.

* Factor out setting function docstrings into a macro

* Try to narrow down skipped tests
2024-10-07 14:12:04 -07:00
..
catch.cpp Introduce a new style of warning suppression based on push/pop (#4285) 2022-11-28 07:39:38 -08:00
CMakeLists.txt Add support for GraalPy (#5380) 2024-10-07 14:12:04 -07:00
external_module.cpp fix: support free-threaded CPython with GIL disabled (#5148) 2024-06-18 13:54:38 -07:00
test_interpreter.cpp Introduce get_python_state_dict() for Python 3.12 compatibility. (#4570) 2023-03-27 17:52:57 -07:00
test_interpreter.py feat: remove Python 3.6 support (#5177) 2024-06-22 00:55:00 -04:00
test_trampoline.py feat: remove Python 3.6 support (#5177) 2024-06-22 00:55:00 -04:00