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
Python 3.14 is currently planned to be released 2025-10-01. The current workflow has been to wait until all (or nearly all) dependencies are available in the latest Python version and then update our tests; we'd like to be a bit more proactive for future releases.
There's definitely a set of critical dependencies that must support the latest Python release; I imagine ipykernel and jedi are on that list. For others, we could use pytest's importorskip or skipif functionality to manage missing packages.
The text was updated successfully, but these errors were encountered:
Python 3.14 is currently planned to be released 2025-10-01. The current workflow has been to wait until all (or nearly all) dependencies are available in the latest Python version and then update our tests; we'd like to be a bit more proactive for future releases.
There's definitely a set of critical dependencies that must support the latest Python release; I imagine
ipykernel
andjedi
are on that list. For others, we could use pytest'simportorskip
orskipif
functionality to manage missing packages.The text was updated successfully, but these errors were encountered: