jupyterhub / jupyter-remote-desktop-proxy

Run a Linux Desktop on a JupyterHub
BSD 3-Clause "New" or "Revised" License
113 stars 105 forks source link

Narrow python support from 3.6+ to 3.8+ #89

Closed consideRatio closed 7 months ago

consideRatio commented 7 months ago

This is written to work with Python 3.6+ currently in setup.py, can we reduce that to Python 3.8+? If we get Python version specific tests, we won't need to conclude failures and then decide on adding patches to support for very old versions etc.