Skip to content

Conversation

mikedld
Copy link

@mikedld mikedld commented Apr 22, 2025

distutils module has been deprecated since Python 3.10 and removed in Python 3.12, see 1 and 2.

Fixes: #70

`distutils` module has been deprecated since Python 3.10 and removed in
Python 3.12, see [1] and [2].

[1]: https://peps.python.org/pep-0632/
[2]: https://docs.python.org/3.12/library/distutils.html
@mikedld mikedld force-pushed the bugfix/gh70-python3.12-support branch from d4d5b41 to 59ebca3 Compare April 22, 2025 10:50
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.

Doesn't work on Python 3.12+ due to missing distutils module

1 participant