-
-
Notifications
You must be signed in to change notification settings - Fork 101
Bump Python max version to 3.14 in CI #473
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
base: main
Are you sure you want to change the base?
Conversation
Based on logs it looks like this will require updating: jupyterlab_server/jupyterlab_server/test_utils.py Lines 164 to 182 in 1acc30b
|
Based on logs, it seems the error originates from jupyter_core_code using asyncio.WindowsSelectorEventLoopPolicy. According to the Python 3.14 deprecations, this policy has been deprecated. |
I see this deprecation being tracked in jupyter/jupyter_core#445 |
I think there's still a bug in jupyter_core which is causing tests to fail. |
|
Python 3.14 has been released, so this PR updates the CI configuration to include it as the new maximum supported version.