Skip to content
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 support for Python 2 #260

Closed
jitseniesen opened this issue Mar 22, 2020 · 0 comments · Fixed by #276
Closed

Drop support for Python 2 #260

jitseniesen opened this issue Mar 22, 2020 · 0 comments · Fixed by #276
Assignees

Comments

@jitseniesen
Copy link
Member

Here is a list of stuff to take into account (copied from spyder-ide/spyder#11839):

Update super() use
Remove the py3compat module
Update any code (and remove if necessary) that uses if PY2 etc...
Check division operator
Remove future imports
Check tests
Check for Py2 of Py3 codes

Also, update packaging and CI scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant