kapicorp / kapitan

Generic templated configuration management for Kubernetes, Terraform and other things
https://kapitan.dev
Apache License 2.0
1.81k stars 199 forks source link

Completely remove any references to distutils #1183

Closed kgaughan closed 3 months ago

kgaughan commented 4 months ago

Fixes #963.

Proposed Changes

Whereas #964 just attempted to replace copy_tree, this replaces all the remaining references to distutils. This ought to make it possible to proceed with #1119 and add Python 3.12 to the test set.

Docs and Tests

kgaughan commented 3 months ago

Hi! Any chance somebody could take a look at this and at least let the workflows run?

kgaughan commented 3 months ago

@ademariag Is there anything you need me to do to allow the checks to run?

ademariag commented 3 months ago

Sorry I midded this, let me see why it's not working

kgaughan commented 3 months ago

Thanks for the merge!