Skip to content

Commit

Permalink
Updating jupyter-singleuser from python 3.9 to python 3.11 (#3359)
Browse files Browse the repository at this point in the history
* feat(jupyter-singleuser): bumps up package versions so hopefully this builds

---------

Co-authored-by: V <[email protected]>
  • Loading branch information
vevetron and V committed May 28, 2024
1 parent df3dbb8 commit c812318
Show file tree
Hide file tree
Showing 4 changed files with 3,350 additions and 2,883 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-jupyter-singleuser-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
paths:
- '.github/workflows/build-jupyter-singleuser-image.yml'
- 'images/jupyter-singleuser/**'
pull_request:
paths:
- '.github/workflows/build-jupyter-singleuser-image.yml'
- 'images/jupyter-singleuser/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion images/jupyter-singleuser/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.8'
version: '3.9'
# from https://github.com/mikebirdgeneau/jupyterlab-docker/blob/master/docker-compose.yml
services:
jupyterlab:
Expand Down
Loading

0 comments on commit c812318

Please sign in to comment.