jupyter / jupyter-sphinx

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

drop support for 3.6 #228

Closed 12rambau closed 9 months ago

12rambau commented 1 year ago

I was working on a PR to solve the thebe file issue and the test failed for unexpected reasons (https://github.com/jupyter/jupyter-sphinx/actions/runs/5948468430).

According to the logs, 3.6 is not supported by the ubuntu-latest runners of Github actions.

Error: Version 3.6 with arch x64 not found Available versions:

3.10.12 (x64) 3.11.4 (x64) 3.7.17 (x64) 3.8.17 (x64) 3.9.17 (x64)

Would you consider dropping its support ?