Skip to content

Explicitly add dependencies removed in python 3.12#12

Open
gsalvatella wants to merge 1 commit intoSiliconLabs:masterfrom
gsalvatella:feat/support-python-3.12
Open

Explicitly add dependencies removed in python 3.12#12
gsalvatella wants to merge 1 commit intoSiliconLabs:masterfrom
gsalvatella:feat/support-python-3.12

Conversation

@gsalvatella
Copy link
Copy Markdown

Python 3.12 has removed
distutils
from the standard library. Since this project makes use of distutils, users of Python 3.12+ will get an error when using the library. Explicitly add distutils through the setuptools package.

Python 3.12 has [removed
distutils](https://docs.python.org/3/whatsnew/3.12.html) from the
standard library. Since this project makes use of distutils, users of
Python 3.12+ will get an error when using the library. Explicitly add
distutils through the `setuptools` package.
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