jupyterhub / tmpauthenticator

JupyterHub authenticator that hands out temporary accounts for everyone. For use in tmpnb.org
BSD 3-Clause "New" or "Revised" License
23 stars 18 forks source link

Add tests, require py38 and jupyterhub 2.3+ #47

Closed consideRatio closed 1 year ago

consideRatio commented 1 year ago

We are going for 1.0.0, so dropping support for a jupyterhub version or python 3.7 doesn't seem problematic, so I'm doing that. pytest-jupyterhub requires py38 and jupyterhub 2+, and I concluded that we observed test failures with jupyterhub 2.0-2.2 but not with 2.3, so I put a lower bound on that.