kapicorp/kapitan

distutils.dir_util.copy_tree will be deprecated soon

gruzewski opened this issue · 1 comments

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.

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.