libfuse / pyfuse3

Python 3 bindings for libfuse 3 with asynchronous API (Trio compatible)
https://pyfuse3.readthedocs.io/
Other
166 stars 48 forks source link

drop distutils version class usage, deprecated #72

Closed ThomasWaldmann closed 1 year ago

ThomasWaldmann commented 1 year ago

setup.py uses LooseVersion to check the cython version.

we can just drop the check completely, the situation is way more complex than this minimum check could really help with it.