build icon indicating copy to clipboard operation
build copied to clipboard

build: make compatible with typed `pyproject-hooks`

Open layday opened this issue 1 year ago • 1 comments

layday avatar May 02 '24 14:05 layday

Right, SubprocessRunner doesn't exist at runtime because pyproject-hooks maintains support for Python 3.7.

layday avatar May 02 '24 14:05 layday

I think this is the remaining bug:

https://github.com/pypy/pypy/issues/4958

I'm not sure how to go about patching it for now though. I think if tox normalized the path on Windows, that would fix it. And if PyPy releases a fix, 3.9 will likely remain broken, leaving only 3.8 and 3.10 working.

henryiii avatar Sep 03 '24 15:09 henryiii

LGTM (can’t self approve)

layday avatar Sep 04 '24 09:09 layday