Skip to content

fix: remove distutils for python >=3.12#128

Open
noahp wants to merge 1 commit into
noseglasses:masterfrom
noahp:noahp/distutils-remove
Open

fix: remove distutils for python >=3.12#128
noahp wants to merge 1 commit into
noseglasses:masterfrom
noahp:noahp/distutils-remove

Conversation

@noahp

@noahp noahp commented Aug 29, 2025

Copy link
Copy Markdown

Distutils was removed in python 3.12:

https://docs.python.org/3/whatsnew/3.12.html#whatsnew312-removed-distutils

Replace with setuptools embedded version.

Distutils was removed in python 3.12:

https://docs.python.org/3/whatsnew/3.12.html#whatsnew312-removed-distutils

Replace with `setuptools` embedded version.
@noahp

noahp commented Sep 2, 2025

Copy link
Copy Markdown
Author

Similar to #125 , but adding a dep instead of changing the logic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant