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

Use setuptools rather than distutils #667

Merged
merged 1 commit into from
Nov 14, 2021

Conversation

atsampson
Copy link
Collaborator

distutils is deprecated as of Python 3.10. (It's not actually possible to use ld-decode with Python 3.10 yet, because numba hasn't been ported to it yet.)

Unfortunately this means adding another external dependency - so this commit adds python3-setuptools to the CI configuration, and it will also need adding to Installation when this is merged.

distutils is deprecated as of Python 3.10.
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.

None yet

2 participants