From 2e2a176290ba6fda366faec0969a2b00e37f6742 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 29 Feb 2020 23:00:52 +0300 Subject: [PATCH] python3.8 --- desktop/mate/python-caja/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/mate/python-caja/actions.py b/desktop/mate/python-caja/actions.py index 0ef3dc067e..afd7298202 100644 --- a/desktop/mate/python-caja/actions.py +++ b/desktop/mate/python-caja/actions.py @@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - shelltools.export("PYTHON","python3.6") + shelltools.export("PYTHON","python3.8") autotools.configure("--prefix=/usr \ --disable-scrollkeeper \ --disable-schemas-install")