Skip to content

Commit 53b0259

Browse files
committed
Use 3.11.7 as base master version
1 parent c837fb5 commit 53b0259

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,5 +1,5 @@
11
#!/bin/bash
2-
PYTHON_VERSION=3.8.18
2+
PYTHON_VERSION=3.11.7
33

44
# FIXME put some of the below in a common routine
55
function checkout_version {
@@ -25,7 +25,7 @@ fulldir=$(readlink -f $mydir)
2525
cd $fulldir/..
2626
(cd $fulldir/.. && \
2727
checkout_version pycolumnize && \
28-
checkout_version pyhthon-xdis && \
28+
checkout_version python-xdis && \
2929
checkout_version python-filecache && \
3030
checkout_version python-uncompyle6 && \
3131
checkout_version python3-trepan

0 commit comments

Comments
 (0)