-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking change: Remove Python 2 support and stop using use_2to3 #34
Conversation
Setuptools 58 removed support for use_2to3 and Python 2 has been EOL for a while. This change makes this library Python 3 only.
Thanks very much! I will dig up my pypi credentials and get this published, but I'm about to spend some days up a mountain: just in case something unexpected happens I would rather do that when I'm back down and can fix any mistakes I might make quickly. If you didn't see this merged and published by 2021-09-17 please feel free to poke me, I can't see anything that should delay me so long. |
Co-authored-by: Jiashuo Li <4003950+jiasli@users.noreply.github.com>
Thanks @tikitu - we appreciate it :) Enjoy the time away! |
Thanks @jiasli for that suggestion - you're right , no point advertising legacy support |
Fixes breaking readthedocs builds due to removal of Python 2 support in setuptools 58. PR: tikitu/jsmin#34
Fixes breaking readthedocs builds due to removal of Python 2 support in setuptools 58
* Fixes broken Read the Docs build until jsmin v3.0.0 is released. * Pin to a commit made in tikitu/jsmin#34
Fixes breaking readthedocs builds due to removal of Python 2 support in setuptools 58
Resolves #33
Setuptools 58 removed support for use_2to3 and Python 2 has been EOL for
a while. This change makes this library Python 3 only.