Skip to content

Replace distutils usage with setuptools for Python 3.12 compatibility#633

Open
schoekek wants to merge 1 commit into
joblib:masterfrom
schoekek:master
Open

Replace distutils usage with setuptools for Python 3.12 compatibility#633
schoekek wants to merge 1 commit into
joblib:masterfrom
schoekek:master

Conversation

@schoekek
Copy link
Copy Markdown

distutils.core and distutils.extension are removed in Python 3.12.
This patch replaces them with setuptools equivalents to ensure compatibility
with modern Python versions and Debian unstable/testing environments.

 distutils.core and distutils.extension are removed in Python 3.12.
 This patch replaces them with setuptools equivalents to ensure compatibility
 with modern Python versions and Debian unstable/testing environments.
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