We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://docs.python.org/3.10/whatsnew/3.10.html#distutils
nbclassic depends on distutils to build:
nbclassic
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.
setup.py
Can we try:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: