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

MAINT, BLD: poetry loongarch shims #19550

Merged

Commits on Nov 17, 2023

  1. MAINT, BLD: poetry loong shims

    * Fixes scipygh-19189
    * Fixes scipygh-19437
    * I was able to reproduce both using `poetry install` inside
    of a mock project (https://github.com/tylerjereddy/poetry-demo)
    locally pointing to our latest `maintenance/1.11.x` branch
    * the changes in this patch allow the poetry version solving
    to pass locally; the basic idea was to bend over backwards
    to allow `loongarch` to be a special snowflake for Python up
    to `3.10` (the Windows combination can't happen anyway, as Ralf
    previously noted), and then to just let it follow the defaults
    at and beyond `3.11`
    * at the time of writing I don't think there's much hope
    to test this automatically in CI; even locally, I experienced
    extraordinarily slow dependency resolution times per
    python-poetry/poetry#2094
    
    [skip cirrus]
    tylerjereddy committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ffe67a7 View commit details
    Browse the repository at this point in the history