plasmabio / tljh-repo2docker

Plugin for The Littlest JupyterHub to build multiple user environments with repo2docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test on newer Python versions

jtpio opened this issue · comments

Currently we test on the following Python versions:

python-version: ["3.8", "3.9", "3.10"]

Since then 3.11 and 3.12 are now also available.

We probably don't need to test on all versions. Maybe testing on the oldest / newest would be enough, in that case 3.8 and 3.12.

Labeling as "good first issue", in case someone would like to give it a try.

Hopefully simply updating the list is enough, and CI stays green!