plasmabio / tljh-repo2docker

Plugin for The Littlest JupyterHub to build multiple user environments with repo2docker
BSD 3-Clause "New" or "Revised" License
60 stars 15 forks source link

Test on newer Python versions #66

Open jtpio opened 9 months ago

jtpio commented 9 months ago

Currently we test on the following Python versions:

https://github.com/plasmabio/tljh-repo2docker/blob/c42f08a0832a9abdd131be246d339df2c2ce00f3/.github/workflows/test.yml#L15

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.

jtpio commented 5 months ago

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!