-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Drop python 2 support #4543
Comments
I'm +1 on this. The corporate side is still Python 2, so that is the primary blocker currently, but I'm +1 on it after that. |
Just linking to some tools that can help with the cleanup |
I'm a definite +1 on dropping support for Python2. Supporting both comes at a cost. I have a few notes:
|
Agreed on lumping this into v3.0, moving discussion here to our on-going discussion on deprecation #4594 |
Nevermind, breaking out a discrete ticket! We'll address this at v3 at the end of the year. |
I opened readthedocs/common#19 and readthedocs/common#20 to help with the removal of the python2 layer |
We are already running python3 in production and python2 support is ending. We can drop the python2 compatibility layer (from isort for example), and also don't run python2 on Travis, instead start testing with python 3.7
The text was updated successfully, but these errors were encountered: