You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it might be better to jump straight to 3.11 for the following reasons:
3.11 will give us an immediate tangible benefit as it should be measurably faster than 3.10/3.9. For my app I tested it improves to loading time of my app by 600 ms.
Currently, when we bump the Python version, we break all the existing deployments, since the python dependencies of the Apps need to be reinstalled, see pip installed packages in .local/ break when Python version changes #317. We currently don't provide any good mechanism to reinstall all the install apps, or at least warn the user, so to minimize the migration pain, it is I think better to skip one version. Hopefully by the time we upgrade to 3.12 or later, we'll have those mechanisms implemented.
Adopt Python 3.11 as the primary Python version in AiiDAlab.
TODO list
aiidalab
package Deps: Bump watchdog aiidalab#328optimade-client
works with Python 3.10 Test with Python 3.10 CasperWA/voila-optimade-client#474The text was updated successfully, but these errors were encountered: