-
Notifications
You must be signed in to change notification settings - Fork 74
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
Investigate interpreter segfault TODO comment for Python 3.6 vs 3.11 #553
Comments
FWIW, I would recommend dropping support for 3.6 as part of #480 as it has been EOL since the end of 2021 (https://devguide.python.org/versions/#unsupported-versions), and so we won't need to worry about this. |
Yes please. We currently advertise 3.4, 3.5, and 3.6. Let's drop all three for 2.1.0. Lines 32 to 34 in 0c9600e
We'll keep 2.7 (and 3.7, also EOL) until we get to our 3.0.0 release. |
Hmm, that matrix of dropping support might be confusing to users. |
So perhaps we move this issue to 3.0.0 and take care of all EOL issues at once? |
I was more thinking of dropping support in 3.0.0. If we drop support for anything that came after python 2.7, that would be kind of weird. Yes, I think moving this to the 3.0.0 milestone makes sense. |
3.0.0 - done. |
We want to remove support for Aka, we'll support 3.8 and later. |
See comment in the following code.
python-irodsclient/irods/test/data_obj_test.py
Lines 741 to 744 in 86a8f11
This may apply to other tests (i.e. collection_test.py).
The text was updated successfully, but these errors were encountered: