Skip to content

Use shutil to load Docker - #1589

Merged
wkentaro merged 1 commit into
wkentaro:mainfrom
emmanuel-ferdman:main
Jul 1, 2025
Merged

wkentaro merged 1 commit into
wkentaro:mainfrom
emmanuel-ferdman:main

Conversation

@emmanuel-ferdman

Copy link
Copy Markdown
Contributor

PR Summary

The spawn.find_executable method is deprecated from Python3.10 and removed in Python3.12. This small PR replaces it with the recommended shutil.which method (which is available since Python 3.3):

DeprecationWarning: Use shutil.which instead of find_executable

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
@wkentaro

wkentaro commented Jul 1, 2025

Copy link
Copy Markdown
Owner

oh, I didn't know that. thank you.

@wkentaro wkentaro self-assigned this Jul 1, 2025
@wkentaro
wkentaro merged commit caf4d2f into wkentaro:main Jul 1, 2025
@wkentaro wkentaro added this to the v5.8.3 milestone Oct 5, 2025
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