-
Notifications
You must be signed in to change notification settings - Fork 6
Drop Python 3.5 support #767
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
+1 for dropping python 3.5 support. |
Not sure to follow you. You want to create a new sub-project containing only a "conda recipe" directory with a equivalent mechanism as in the larray-editor project to add a new Windows menu Upgrapde Python? |
Indeed. Is there anything wrong with that? |
closed by commit 099cc4a |
I noticed that the recent versions of conda packages like numpy, pandas, pytables and maybe others stopped to support Python 3.5
It is maybe the time to drop the support of Python 3.5
But this make think that we need to find an easy and automatic way to upgrade the Python version in our current users. The upgrade is very simple and consists in typing
conda install python=3.7
but finding the command prompt is not that easy for all our users.Maybe adding an new entry "Upgrade Python Version" in the "LArray" Windows menu could be enough?
The text was updated successfully, but these errors were encountered: