rstudio / rsconnect-jupyter

Publish Jupyter notebooks to RStudio Connect
GNU General Public License v2.0
25 stars 6 forks source link

remove support for Python 3.7 #370

Closed aronatkins closed 5 months ago

aronatkins commented 5 months ago

Intent

Removes support for Python 3.7. Part of https://github.com/rstudio/rsconnect-python/issues/556

Attempted to test against Python 3.12, but the notebook<7 constraint pulls in a version of pyzmq that does not compile with Python 3.12.

Type of Change

Approach

Automated Tests

Directions for Reviewers