Closed
Description
Right now, uv
does not officially support PyPy. It might work, and we've done a few things to enable it, like:
- Add support for PyPy wheels #1028
- Use the right marker for the
implementation
field ofpyvenv.cfg
#1785 - virtualenv: determine 'site-packages' based on implementation name #2094
But we're likely missing a bunch of stuff, like: