flyingcircusio / appenv

Self-contained bootstrapping/updating of Python applications deployed through shared repositories
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Remove distutils dep to fix broken ensurepip stdlib workaround #52

Closed elikoga closed 1 month ago

elikoga commented 1 month ago

Should close #48

I looked into why we import distutils anyways and only found this: https://github.com/flyingcircusio/appenv/commit/28dadf5f21bd25535dcec4c92852de3be749565e

This PR also activates newer python versions in CI, so that errors like that may be caught