-
Notifications
You must be signed in to change notification settings - Fork 9
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
Upgrade to newer Python version #64
Comments
The work that entails is that someone has to remove/update the version specifications in: Feel free to try it and submit PR if https://github.com/pnlbwh/pnlpipe/tree/master#tests pass. Then we shall do another round of tests: https://github.com/pnlbwh/luigi-pnlpipe/tree/hcp/tests
What is current and what is OS? |
Thanks for answering.
Will submit a PR as time permits.
Current in my case is Ubuntu 22.04 LTS, and Python 3.10 as default, but have also Python 3.8 installed. For reference, Ubuntu 20.04 (> 3 years old) shipped Python 3.8 already. |
So all our software are developed on CentOS 7. Its default is 2.7. So we shall always have to install Python 3 no matter what minor version it is. |
OK, then upgrading to Python 3.8 or newer is a reasonable request. Do you want me to add a new |
Given this answer #65 (comment) I am not going to invest time in testing locally:
My PR is in #66 and maintainers will be able to invest time in testing. |
The current Python version used by the tool (3.6) was deprecated almost 2 years ago (2021-12-23):
https://devguide.python.org/versions/#unsupported-versions
The next version, Python 3.7, is not supported either since 1 year ago.
None of these are shipped on current OS.
Thus, the installation gets stuck when trying to create a Python 3.6 environment on any sufficiently modern platform.
Is there an upgrade to at least Python 3.8 planned?
The text was updated successfully, but these errors were encountered: