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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: