jupyter / jupyter-sphinx

Sphinx extension for rendering of Jupyter interactive widgets.
https://jupyter-sphinx.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
187 stars 65 forks source link

drop support for Python 3.6 #229

Closed 12rambau closed 11 months ago

12rambau commented 1 year ago

Fix #228

As mentioned in the issue, 3.6 is not supported by ubuntu-latest runners in github actions. I simply dropped it from the test and the actions.

I also identified issues in the pycqa url in the pre-commit (flake8 came back to github) and isort version had a deprecated poetry config so I moved it to the latest one.