-
Notifications
You must be signed in to change notification settings - Fork 73
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
Remove all Python 2.x items #262
Comments
also
|
and update the documentation and setup config to enforce a minimum Python version of 3.4. |
Min version 3.5 (same as astropy currently) enforcement added in 83ba201 |
|
Found one more Py2-ism in the testing code, which gets removed in #264. Other than that, this code all appears thoroughly de-python-2'ed at this point. I think it's sufficient for this issue to be considered closed. |
Thursday Aug 16, 2018 at 01:21 GMT
Originally opened as mperrin/poppy#262
Borrowing from the to-do list at astropy/astropy#6234
__future__
importsThe text was updated successfully, but these errors were encountered: