Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[smart_holder] git merge master #5398

Merged
merged 2 commits into from
Oct 8, 2024
Merged

Commits on Oct 7, 2024

  1. Add support for GraalPy (pybind#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
    msimacek authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c4a05f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98ec25c View commit details
    Browse the repository at this point in the history