Skip to content

Commit 381013d

Browse files
committed
Update unified suite to use python 3.13
This is just in the name of the `main` run and has no actual bearing on the python version used to deploy Unified. But for clarity, it would be better if it is correct.
1 parent c990ec4 commit 381013d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

suite/run_e3sm_unified_suite.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
branch=test_e3sm_unified
77

88
# test building the docs
9-
py=3.10
9+
py=3.13
1010
machine=${E3SMU_MACHINE}
1111

1212
./suite/setup.py -p ${py} -r main_py${py} -b ${branch} --clean

0 commit comments

Comments
 (0)