Skip to content

Commit 41980e0

Browse files
committed
Administrivia
1 parent 7018558 commit 41980e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

admin-tools/setup-python-3.0.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/bin/bash
2-
# Check out 3.0-to-3.1 branch and dependent development branches
2+
# Check out 3.0-to-3.2 branch and dependent development branches
33

44
bs=${BASH_SOURCE[0]}
55
if [[ $0 == $bs ]] ; then
66
echo "This script should be *sourced* rather than run directly through bash"
77
exit 1
88
fi
99

10-
PYTHON_VERSION=3.1
10+
PYTHON_VERSION=3.0
1111

1212
export PATH=$HOME/.pyenv/bin/pyenv:$PATH
1313
trepan3k_owd=$(pwd)
@@ -22,4 +22,4 @@ fulldir=$(readlink -f $mydir)
2222
setup_version_trepan3k pycolumnize python-3.0 \
2323
)
2424

25-
checkout_finish python-3.0-to-3.1
25+
checkout_finish python-3.0-to-3.2

0 commit comments

Comments
 (0)