diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-01-17 10:55:03 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-18 08:13:06 +0700 |
commit | 4d0646f4d45456574afe1329610fef3451f540a3 (patch) | |
tree | cff966f407267f8cee1f82d9c098fd4ba18dc3f9 /python | |
parent | 682687fe9fb14e20d51d317ebd9f58fdf79ca283 (diff) |
python/python3-gast: Update README note
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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. |