liormizr / s3path

s3path is a pathlib extension for AWS S3 Service
Apache License 2.0
206 stars 39 forks source link

[PEP 632] Remove deprecated distutils #108

Closed nlangellier closed 1 year ago

nlangellier commented 1 year ago

[PEP 632] deprecates the distutils module of the Python standard library. This PR removes distutils as a dependency of s3path and uses the packaging library instead.

liormizr commented 1 year ago

This will be in version 0.4.0

nlangellier commented 1 year ago

thank you @liormizr. happy to help!