Add support for beancount v3 - #256
LalitMaganti wants to merge 2 commits into
Conversation
Switch to using beangulp which supports both v2 and v3.
|
This doesn't appear to work for the I get the following error: This is related to the switch from _FileMemo to straight filepath strings. I managed to get past that by checking if the filepath has a name property and using that. When I got past that, I ran into the following issue: |
|
Thanks for letting me know. 0c37757 should fix this. |
|
LGTM |
|
@LalitMaganti thanks for kicking this off — I built on the same beangulp
CI is green across 3.9–3.12 on Linux/Windows/macOS and I validated it against a real ledger. Flagging here so we're not working the two in parallel — @jbms, happy to go with whichever you prefer. |
Switch to using beangulp which supports both v2 and v3.
Fixes: #253