Open
Description
See https://docs.python.org/3.10/whatsnew/3.10.html#distutils
nbclassic
depends on distutils to build:
Lines 72 to 97 in 9ae4cb1
This means, in Python 3.13 (released last week), using the setup.py
to build nbclassic will fail.
Can we try:
- adding Python 3.13 to our test matrix,
- removing the distutils portion...and possibly replace the setup.py(?) for pyproject.toml?