You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Changes included in this PR
Fixes the build-backend setting in pyproject.toml to use the correct
'poetry.core.masonry.api'
### Current behavior
Currently `pip install .` fails on Python 3.13.3 with
> pip._vendor.pyproject_hooks._impl.BackendUnavailable: Cannot import
'poetry.masonry.api'
### New behavior
`pip install .` works again
### Impact
`pip install .` works again
### Checklist
1. [ ] Does your submission pass the existing tests?
2. [ ] Are there new tests that cover these additions/changes?
3. [x] Have you linted your code locally before submission?
Signed-off-by: Kai-Uwe Hermann <[email protected]>
0 commit comments