-
Notifications
You must be signed in to change notification settings - Fork 14
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
Python 3.9 support dropped #254
Comments
The reason for this is because the odc-geo dependency stopped working with python3.9 recently. We could limit odc-geo to use an outdated version for now, but also we cannot guarantee this won't happen with other dependencies in the near future. Is there an urgent need to reactivate the python3.9 support? |
If there's an issue with a specific package, I would instead open an issue here mentioning that (so that someone else could also try to find a solution) and in the corresponding |
Is there an urgent need to reactivate the python3.9 support? |
On my side there is no urgent need, but again, in my opinion this kind of change should be reported and discussed, since it's not just us (EODC and Eurac) using this package at the moment. I'll have to adapt the docs for the client side processing here: https://open-eo.github.io/openeo-python-client/cookbook/localprocessing.html mentioning that Python 3.10 is required. |
Closing this, since even |
I see that in the latest release, Python 3.9 support has been dropped.
@ValentinaHutter could you point out the reason? Maybe we should specify clearly which Python versions are supported also in the Readme.
The text was updated successfully, but these errors were encountered: