Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extensions: use setuptools over distutils #66

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

chu11
Copy link
Member

@chu11 chu11 commented Aug 19, 2024

Problem: distutils was deprecated in Python 3.10 and removed in Python 3.12.

Use setuptools instead.

Adjust calls to setup.py in python Makefile.am as needed, re-autogen.

Fixes #65

Problem: distutils was deprecated in Python 3.10 and removed in Python 3.12.

Use setuptools instead.

Adjust calls to setup.py in python Makefile.am as needed, re-autogen.

Fixes chaos#65
@chu11 chu11 merged commit 9bf4610 into chaos:master Aug 19, 2024
1 check passed
@chu11 chu11 deleted the distutils_2_setuptools branch August 19, 2024 23:07
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.

distutils got removed in python 3.12
1 participant