PR: Replace deprecated distutils and pipes modules#352
Conversation
|
Thanks @juliangilbey for your work here! I'm updating the PR with master via the GitHub interface to have CI checks but from a quick glance, maybe the addition of a new dependecy for Let us know if you want to further work on this or if it is okay for us to take over and push this forward! |
Hi Daniel, Thanks for picking this up! I've been totally overwhelmed with work in recent months and sadly have no time to work on this at the moment. I'm really happy for you to take over :) Best wishes, Julian |
Yeah, it can. It's checking for a version greater than Mac 10.15, which is really old now. So, please remove it. |
… make CI use Python 3.13
distutils and pipes modules
ccordoba12
left a comment
There was a problem hiding this comment.
Thanks @juliangilbey and @dalthviz!
This addresses the points I made in #349 (comment) replacing
pipeswithshlexanddistutilswithsetuptoolsandlooseversion.This patch can be applied after #349, but the package will not build without the updates there.