poetry-core
poetry-core copied to clipboard
Remove usage of distutils in build.py scripts
PR to remove all usage of distutils from the codebase.
distutils is currently used in some test fixtures that use build.py scripts in order to build C++ extension modules. distutils will be deprecated in Python 3.12.
FYI, this one needed a rebase, since it was based on a rather old version of the main branch.
It looks like you still rely on master locally, and poetry-core moved to main a few months ago, so I'd recommend updating your local reference if you want to make further contributions.







