takluyver / wheel2conda

Convert pure-Python wheels to conda packages (experimental)
MIT License
11 stars 6 forks source link

Better Python version requirement detection #1

Closed kamikaze closed 6 years ago

kamikaze commented 6 years ago

https://github.com/takluyver/wheel2conda/blob/2ce26476400703ccc96e0711f8cee5721a3f8049/wheel2conda/wheel.py#L73

Please add ~=3 support according to https://packaging.python.org/tutorials/distributing-packages/#python-requires

kamikaze commented 6 years ago

https://github.com/takluyver/wheel2conda/pull/3