Skip to content

Commit 324f6c8

Browse files
committed
Missed a few python version setters
1 parent d900bf8 commit 324f6c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bump_libraries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'requirements/**'
1010

1111
env:
12-
PYTHON_VERSION: "3.8"
12+
PYTHON_VERSION: "3.12"
1313

1414
jobs:
1515
bump-changelog:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG NB_USER=notebook-user
77
ARG NB_UID=1000
88
ARG PIP_VERSION
99
ARG PIPELINE_PACKAGE
10-
ARG PYTHON_VERSION="3.11"
10+
ARG PYTHON_VERSION="3.12"
1111

1212
# Set up environment
1313
ENV PYTHON python${PYTHON_VERSION}

0 commit comments

Comments
 (0)