ipython / ipykernel

IPython Kernel for Jupyter
https://ipykernel.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
653 stars 368 forks source link

Drop support for Python 3.8 #1284

Closed ianthomas23 closed 1 month ago

ianthomas23 commented 1 month ago

Drop support for Python 3.8 as it reached end-of-life on 2024-10-07.

ianthomas23 commented 1 month ago

I am going to have to modify test_run_concurrently_sequence. Because it is based on timing of two different threads/subshells it is sensitive to runtime conditions such as whether coverage is being recorded. I'll do it separately.