tobgu / pyrsistent

Persistent/Immutable/Functional data structures for Python
MIT License
2.03k stars 147 forks source link

Build pure python3 wheel #248

Closed andyreagan closed 2 years ago

andyreagan commented 2 years ago

This is needed by installations such a minipip.

tobgu commented 2 years ago

Thanks! The tests are failing but that's not because of anything you've done in this PR but rather the outside world (setuptools) moving. Should be fixed on master.