jupyterhub / nbgitpuller

Jupyter server extension to sync a git repository one-way to a local path
https://nbgitpuller.readthedocs.io
BSD 3-Clause "New" or "Revised" License
210 stars 86 forks source link

Test against supported python versions #244

Closed consideRatio closed 2 years ago

consideRatio commented 2 years ago

We only test against python 3.8 but we should test against all the versions of python we support instead.

I've concluded that we require at least python 3.7 because capture_output is used in subprocess.run().