We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c837fb5 commit 53b0259Copy full SHA for 53b0259
1 file changed
admin-tools/setup-master.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-PYTHON_VERSION=3.8.18
+PYTHON_VERSION=3.11.7
3
4
# FIXME put some of the below in a common routine
5
function checkout_version {
@@ -25,7 +25,7 @@ fulldir=$(readlink -f $mydir)
25
cd $fulldir/..
26
(cd $fulldir/.. && \
27
checkout_version pycolumnize && \
28
- checkout_version pyhthon-xdis && \
+ checkout_version python-xdis && \
29
checkout_version python-filecache && \
30
checkout_version python-uncompyle6 && \
31
checkout_version python3-trepan
0 commit comments