From e90055e3bd181961a2609435e2afd044bf6172f6 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Tue, 30 May 2023 16:12:16 -0600 Subject: [PATCH] 3.11 --- tools/python/pythonshim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/pythonshim b/tools/python/pythonshim index a3a0a7e..3c96de3 100755 --- a/tools/python/pythonshim +++ b/tools/python/pythonshim @@ -4,7 +4,7 @@ # But ... that's exactly what we want to do. # So this script exists to find a 'compliant' Python install and use that. -PYTHONREV="3.10" +PYTHONREV="3.11" CMD="python${PYTHONREV}" if [ -x "$(command -v "$CMD")" ]; then