Skip to content

Commit ee42d41

Browse files
committed
Bump workbenches versions and default Python version
With the RHOAI 2.25 there was introduced image version 2025.2 with the Python version 3.12.
1 parent 0e6d664 commit ee42d41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ods_ci/tests/Resources/Page/ODH/JupyterHub/JupyterHubSpawner.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ ${KFNBC_MODAL_CLOSE_XPATH} = ${KFNBC_MODAL_HEADER_XPATH}//button[.="Close"]
3030
${KFNBC_MODAL_X_XPATH} = ${KFNBC_MODAL_HEADER_XPATH}//button[@aria-label="Close"]
3131
${KFNBC_CONTROL_PANEL_HEADER_XPATH} = //h1[.="Notebook server control panel"]
3232
${KFNBC_ENV_VAR_NAME_PRE} = //span[.="Variable name"]/../../../div[@class="pf-v6-c-form__group-control"]
33-
${DEFAULT_PYTHON_VER} = 3.11
33+
${DEFAULT_PYTHON_VER} = 3.12
3434
${PREVIOUS_PYTHON_VER} = 3.11
35-
${DEFAULT_NOTEBOOK_VER} = 2025.1
36-
${PREVIOUS_NOTEBOOK_VER} = 2024.2
35+
${DEFAULT_NOTEBOOK_VER} = 2025.2
36+
${PREVIOUS_NOTEBOOK_VER} = 2025.1
3737

3838

3939
*** Keywords ***

0 commit comments

Comments
 (0)