nteract / testbook

🧪 📗 Unit test your Jupyter Notebooks the right way
https://testbook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
416 stars 37 forks source link

Add python 3.9 to test suite / tox #121

Closed MSeal closed 2 years ago

MSeal commented 3 years ago

The tox.ini file and the github actions need a 3.9 test runner added to cover latest stable version of python.

Maybe 3.10 if it's working with dependencies as well?

ronnie-llamado commented 2 years ago

I'd like to take on this issue.