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

Add support for Python 3.12, update versions of github actions #548

Closed andrii-i closed 2 months ago

andrii-i commented 2 months ago

References

Fixes #536

Code changes

Adds Python 3.12 to the pyproject.toml configuration file and versions of github actions (necessary to support 3.12).

User-facing changes

Jupyter Scheduler now officially supports Python 3.12.

Backwards-incompatible changes

None