microsoft / jupyter-core

Library for writing Jupyter kernels in .NET Core
MIT License
108 stars 23 forks source link

Upgrade Python from 3.6 to 3.8 and resolve new jupyter_kernel_test errors. #83

Closed IsraelMiles closed 2 years ago

IsraelMiles commented 2 years ago

This branch updates Python from 3.6 to 3.7 to fix dependency conflicts. This caused additional issues from the recent requirements of jupyter_kernel_test 0.4.3 that have been addressed.