Skip to content

Commit c812318

Browse files
vevetronV
andauthored
Updating jupyter-singleuser from python 3.9 to python 3.11 (#3359)
* feat(jupyter-singleuser): bumps up package versions so hopefully this builds --------- Co-authored-by: V <vevetron@gmail.com>
1 parent df3dbb8 commit c812318

File tree

4 files changed

+3350
-2883
lines changed

4 files changed

+3350
-2883
lines changed

.github/workflows/build-jupyter-singleuser-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
paths:
88
- '.github/workflows/build-jupyter-singleuser-image.yml'
99
- 'images/jupyter-singleuser/**'
10+
pull_request:
11+
paths:
12+
- '.github/workflows/build-jupyter-singleuser-image.yml'
13+
- 'images/jupyter-singleuser/**'
1014

1115
concurrency:
1216
group: ${{ github.workflow }}-${{ github.ref }}

images/jupyter-singleuser/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.8'
1+
version: '3.9'
22
# from https://github.com/mikebirdgeneau/jupyterlab-docker/blob/master/docker-compose.yml
33
services:
44
jupyterlab:

0 commit comments

Comments
 (0)