jupyter-server / jupyter-scheduler

Run Jupyter notebooks as jobs
https://jupyter-scheduler.readthedocs.io
BSD 3-Clause "New" or "Revised" License
200 stars 23 forks source link

Explicitly support Python 3.12 #536

Closed andrii-i closed 2 months ago

andrii-i commented 4 months ago

Problem

Python 3.12 is not explicitly supported / is not listed in pyproject.toml https://github.com/jupyter-server/jupyter-scheduler/blob/main/pyproject.toml#L16.

Proposed solution

Test, add explicit support for Python 3.12 in pyproject.toml https://github.com/jupyter-server/jupyter-scheduler/blob/main/pyproject.toml#L16.

Additional context

Python 3.12 was released on October 2, 2023. https://docs.python.org/3/whatsnew/3.12.html