dataflownb / dfkernel

A kernel to support Python dataflows in the Jupyter Notebook environment
Other
119 stars 8 forks source link

Make 3.6 and 3.7 compatible again #67

Closed colinjbrown closed 5 months ago

colinjbrown commented 3 years ago

This includes a monkey patch to ensure that earlier versions of Python still work with dfkernel.

This also includes some updates to tests that are currently failing due to using older testing frameworks.

colinjbrown commented 5 months ago

https://devguide.python.org/versions/

As Python version 3.6 and 3.7 are now End Of Life we will be closing this Pull Request, if someone wishes to fork this branch to create a version 3.6/3.7 compatible version you're more than welcome to but going forward we will not be officially supporting 3.6 and 3.7.