chrisjsewell / pytest-notebook

A pytest plugin for regression testing and regenerating Jupyter Notebooks
https://pytest-notebook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
47 stars 9 forks source link

⬆️ Add support for Python 3.12 #41

Closed sphuber closed 7 months ago

sphuber commented 8 months ago

The distutils package was removed. The implmentation of the strtobool function is copied over. The pkg_resources package was also removed and is replaced with importlib.metadata. This was finalized in Python 3.10 so for older version the backport importlib-metadata is installed.

sphuber commented 7 months ago

Can you fix for the older python versions thanks!

Done

sphuber commented 7 months ago

Thanks @chrisjsewell would it be possible to make a release?