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

distutils.dir_util.copy_tree will be deprecated soon #963

Open
gruzewski opened this issue Mar 10, 2023 · 1 comment
Open

distutils.dir_util.copy_tree will be deprecated soon #963

gruzewski opened this issue Mar 10, 2023 · 1 comment
Labels

Comments

@gruzewski
Copy link
Contributor

distutils.dir_util.copy_tree will be deprecated soon
I was poking around and found that distutils.dir_util package will be deprecated soon (in Python 3.12). That will block potential upgrade to new Python version. This can be replaced with shutil.copytree with some minor changes (distutils version is outputting copied files whereas shutil is not).

To Reproduce
N/A

Expected behaviour
N/A

Screenshots
CleanShot 2023-03-09 at 16 39 49@2x

Additional context
Add any other context about the problem here.

@github-actions
Copy link

github-actions bot commented Oct 2, 2023

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant