Hacker News new | ask | show | jobs
by ThiefMaster- 3198 days ago
No, what you need to do is fix your package's code to work on Python 2 and 3 without running 2to3 on it. The only case where this doesn't work is if you have binary extensions - but then you need separate wheels in any case.