You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's safe to do this now, with it having been EOL for almost two years and the download proportion being so low
It would significantly reduce the maintenance burden and make updating for each Unicode version simpler
There's precedent for doing this, with support for EOL Python 3.x versions (and 2.6) being dropped in past releases
I think continuing to only support versions of Python that are still maintained and not EOL yet (3.6+ right now) for each release is the best way forward
I'm not particularly set on this, but cibuildwheel seems to be easier to set up with GitHub Actions and possibly more readily and regularly maintained/updated, now that it's a PyPA member project
It might also be easier to add support for PyPy (Support PyPy? #17) with cibuildwheel
unicodedata2 13.0.0.post2 (13.0.0-2) has been working with Python 3.9 for me, but support for it still needs to be declared and it would be best to build actual wheels for it
I'm going to be working on the next release, 14.0.0. This is what I anticipate being done:
Feedback is welcome.