trek10inc / awsume

A utility for easily assuming AWS IAM roles from the command line.
https://awsu.me
MIT License
485 stars 90 forks source link

Python 3.12 no longer includes distutils #239

Closed ryansb closed 7 months ago

ryansb commented 8 months ago

Replace the use of distutils find_executable with the standard library shutil.which

wesleykirkland commented 8 months ago

Hi @mtskillman Can we get this PR reviewed please? We use awsume a lot internally and would like to use it without forcing Python 3.11.