diff options
Diffstat (limited to 'python/python3-gast/README')
-rw-r--r-- | python/python3-gast/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python3-gast/README b/python/python3-gast/README index ab8cfc9bbc..d94c89a881 100644 --- a/python/python3-gast/README +++ b/python/python3-gast/README @@ -3,5 +3,6 @@ GAST provides a compatibility layer between the AST ast.parse from the standard ast module. NOTE: Unable to support newer versions than 0.5.5 due to breaking -python/python3-pythran. As of 19 JUL 24, only the master branch of -pythran supports gast 0.6.x. +python/python3-pythran. python3-pythran cannot be updated further due +to breaking academic/python3-scipy, which can't be updated due to an +older Cython in Slackware 15.0. |