Skip to content

Prepare Python 3.16 deprecation for windows asyncio #13713

@cderv

Description

@cderv
Starting python3 kernel...C:\Users\chris\Documents\DEV_R\quarto-cli\src\resources\jupyter\jupyter.py:28: DeprecationWarning: 'asyncio.WindowsSelectorEventLoopPolicy' is deprecated and slated for removal in Python 3.16
  asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
C:\Users\chris\Documents\DEV_R\quarto-cli\src\resources\jupyter\jupyter.py:28: DeprecationWarning: 'asyncio.set_event_loop_policy' is deprecated and slated for removal in Python 3.16
  asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())

This is while rendering with Python 3.14.0

See

We need to prepare for that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    engines-jupyterAnything related to Jupyter engineenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions