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

fix: fix compatibility with Python 3.12 #221

Merged
merged 1 commit into from
Jan 7, 2024
Merged

fix: fix compatibility with Python 3.12 #221

merged 1 commit into from
Jan 7, 2024

Conversation

MightyCreak
Copy link
Owner

Remove use of distutils which has been removed from Python 3.12 (see:
https://docs.python.org/3/whatsnew/3.12.html#summary-release-highlights)

Fixes #215

Remove use of `distutils` which has been removed from Python 3.12 (see:
https://docs.python.org/3/whatsnew/3.12.html#summary-release-highlights)

Fixes #215
@MightyCreak MightyCreak merged commit a64ae4f into main Jan 7, 2024
3 checks passed
@MightyCreak MightyCreak deleted the fix-python312 branch January 7, 2024 00:40
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.

ImportError: cannot import name 'util' from 'distutils'
1 participant