mhammond / pywin32

Python for Windows (pywin32) Extensions
4.91k stars 783 forks source link

Replace `distutils.dep_util` with `setuptools.modified` #2148

Closed Avasam closed 5 months ago

Avasam commented 7 months ago

Work towards #2119 setuptools v69.0.0 now offers a migration path away from distutils.dep_util. This PR updates relevant imports

Edit: Latest setuptools is Python 3.8+ so this can't be done until Python 3.7 support is dropped.