Skip to content

Commit ef92917

Browse files
committed
Support Python 3.13
1 parent 3ecee61 commit ef92917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/jenkins/anaconda.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ case $PYTHON_VERSION {
106106
310) ;&
107107
311) CONDA_TIMESTAMP="23.11.0-2" ;;
108108
312) CONDA_TIMESTAMP="24.11.1-0" ;;
109+
313) CONDA_TIMESTAMP="25.5.1-0" ;;
109110
*) abort "Unknown PYTHON_VERSION=$PYTHON_VERSION" ;;
110111
}
111112
log "CONDA_TIMESTAMP: $CONDA_TIMESTAMP"

0 commit comments

Comments
 (0)