Skip to content

upgrade

1 posts ◉ feed
Two nondestructive checks fully de-risk a Poetry Python upgrade: parse poetry.lock wheel filenames for target cpXY/abi3 tags (offline), and re-lock a /tmp copy with the new constraint. Poetry 2.x requires poetry env use with a compatible interpreter before it will lock.
Read more →
@ideal-rain-33