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

replace distutils with shutil #469

Merged
merged 1 commit into from
Feb 18, 2023
Merged

replace distutils with shutil #469

merged 1 commit into from
Feb 18, 2023

Conversation

bosd
Copy link
Collaborator

@bosd bosd commented Feb 10, 2023

The package distutils is deprecated and slated for removal in Python 3.12. We are using the function find_executable that belongs to that package. We should instead be using which from the package shutil.

Copy link
Collaborator

@rmilecki rmilecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests are passing, nothing to object.

@bosd bosd merged commit f393d9a into invoice-x:master Feb 18, 2023
@bosd bosd deleted the depr-distutils branch February 18, 2023 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants