-
Notifications
You must be signed in to change notification settings - Fork 3
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
Deprecate python 3.9 #1177
Comments
We can not deprecate Python 3.9 for the time being: We can start investigating using different Python versions on those, but that won’t be immediate. I also checked numpy and they recommend dropping Python 3.9 support in April |
Just to avoid ambiguity: Are there active fractal-server instances running with Python 3.9? (the deprecation would only concern fractal-server, not tasks) EDIT: given fractal-analytics-platform/fractal-demos#65, I thought this was not the case. But of course I may be wrong ;) |
Yes, the 2 servers at FMI are running under Python 3.9
That warning was just about not using Python 3.9.0 or 3.9.1. The later 3.9.x versions are running fine. We're using venvs from the system Python at FMI, as conda environments are having some issues with system libraries. On the machines we are running, the system only provides Python 3.9.x versions (some later 3.9.x release). That may be something that can be changed in the future. Let's check back what machines we get after the FMI move in March / April. And if really necessary, we can find a way to install newer Python on them I guess (just maybe not via the system Python) |
OK, thanks for the clarification. Closing. |
The main reasons are:
@jluethi could you please confirm that we can deprecate python3.9 and keep only 3.10/3.11?
The text was updated successfully, but these errors were encountered: