-
Notifications
You must be signed in to change notification settings - Fork 6
Drop Python 2 support #567
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
Comments
Type hints work on python2 too (using comments). Also, I would like to first drop Python2 support in LIAM2: liam2/liam2#258 |
I know but I prefer to implement the Python 3 type hints directly. I prefer to wait until we drop Python 2 support. |
Given your comment #840 (comment) , Do you mind if I start to work on this? Of course, I will not merge anything until you released the 0.32.2 version of larray. |
sure, go ahead |
and you can merge this to master too, given that I will need to release from a branch anyway (to avoid introducing #842 in a patch release) |
- dropped Python 2 support - deleted compat.py module - abc classes now inherit from abc.ABC in abstractbases.py module
- dropped Python 2 support - deleted compat.py module - abc classes now inherit from abc.ABC in abstractbases.py module
@gdementen Not soon but my idea is then to open an issue to implement type hints.
The text was updated successfully, but these errors were encountered: