vispy / jupyter_rfb

Remote Frame Buffer for Jupyter
https://jupyter-rfb.readthedocs.io
MIT License
55 stars 10 forks source link

drop python 3.7 and 3.8 #71

Closed kushalkolar closed 1 year ago

kushalkolar commented 1 year ago

The latest ipython drops support for python 3.8 as per NEP 29: https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#ipython-8-13

I thought a version bump would be appropriate too since it's a python version and not dep version change, but feel free to change :)

almarklein commented 1 year ago

Thanks!