Commit 16feee1
authored
Fix build-backend setting (#734)
### 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 <kai-uwe.hermann@pionix.de>1 parent c7a3907 commit 16feee1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
0 commit comments