You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @danyeaw thank you for your interest in taking this on! That would be great! I think this is an important issue for NBClassic, especially with pip 25.1 on the horizon.
I'd be happy to assist with anything you need, whether that is testing, review or if this ends up being a series of changes, I'd be happy to help out with those along the way!
See https://docs.python.org/3.10/whatsnew/3.10.html#distutils
nbclassic
depends on distutils to build:nbclassic/setup.py
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:
The text was updated successfully, but these errors were encountered: