Skip to content

Commit 8ab7dae

Browse files
committed
Administrivia - use 3.13 in master
1 parent 78eeca4 commit 8ab7dae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

admin-tools/setup-master.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/bash
22
# Check out master branch and dependent development master branches
3+
PYTHON_VERSION=3.13
4+
35
bs=${BASH_SOURCE[0]}
46
if [[ $0 == $bs ]] ; then
57
echo "This script should be *sourced* rather than run directly through bash"
68
exit 1
79
fi
810

9-
PYTHON_VERSION=3.12
10-
1111
uncompyle6_owd=$(pwd)
1212
mydir=$(dirname $bs)
1313
fulldir=$(readlink -f $mydir)

0 commit comments

Comments
 (0)