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

Remove use of deprecated ‘distutils’ library #253

Open
bignose-debian opened this issue Dec 19, 2022 · 1 comment
Open

Remove use of deprecated ‘distutils’ library #253

bignose-debian opened this issue Dec 19, 2022 · 1 comment

Comments

@bignose-debian
Copy link

Python versions from 3.10 onward deprecate use of ‘distutils’ (in PEP 632), and it will be removed from Python 3.12.

This project should remove the option for ‘distutils’, and commit to use only the recommended ‘setuptools’ for building the package.

@bignose-debian
Copy link
Author

I have implemented changes to fix this issue, in branch wip/issue/253/distutils-deprecated of my personal fork repository.

The branch merges cleanly to current 'master' branch.

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

No branches or pull requests

1 participant