nteract / scrapbook

A library for recording and reading data in notebooks.
https://nteract-scrapbook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
281 stars 26 forks source link

Python 3.9 compatibility #78

Closed mgasner closed 3 years ago

mgasner commented 3 years ago

Hi y'all, just opening this as a tracking task -- at the moment, nteract-scrapbook is not Python 3.9 compatible, because of the dependency on pyarrow (https://github.com/apache/arrow/pull/8386).

captainsafia commented 3 years ago

@mgasner Thanks for the heads up!

willingc commented 3 years ago

@mgasner Our tests are passing on Python 3.9 now.

Was this issue related to pyarrow where it was several months ago with 3.9 and we can close the issue now?

If that wasn't the case, please add a bit more info on what the incompatibility is. Thank!

mgasner commented 3 years ago

Yes I believe so! Thank you!

On Apr 27, 2021, at 5:21 PM, Carol Willing @.***> wrote:

 @mgasner Our tests are passing on Python 3.9 now.

Was this issue related to pyarrow where it was several months ago with 3.9 and we can close the issue now?

If that wasn't the case, please add a bit more info on what the incompatibility is. Thank!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.