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

remove deprecated distutils usage #711

Open
wants to merge 1 commit into
base: flye
Choose a base branch
from

Conversation

natsukium
Copy link

distutils.spawn.find_executable is a deprecated function and it is recommended to use shutil.which instead.

see https://peps.python.org/pep-0632/#migration-advice

Note that distutils are no longer available in Python 3.12.

distutils.spawn.find_executable is a deprecated function and it is
recommended to use shutil.which instead.

see https://peps.python.org/pep-0632/#migration-advice
@mikolmogorov
Copy link
Owner

Thanks! Flye does not yet work with Python 3.12 yet (#669), but will be useful once it does.

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.

2 participants