eprbell / rp2

Privacy-focused, free, open-source cryptocurrency tax calculator for multiple countries: it handles multiple coins/exchanges and computes long/short-term capital gains, cost bases, in/out lot relationships/fractioning, and account balances. It supports FIFO, LIFO, HIFO and it outputs in form 8949 format. It has a programmable plugin architecture
https://pypi.org/project/rp2/
Apache License 2.0
270 stars 43 forks source link

Add Python 3.11 to test matrix #107

Closed antonok-edm closed 6 months ago

antonok-edm commented 6 months ago

https://github.com/eprbell/rp2/commit/0d7b01a7649d8f50c65c28c85e323e92ad5ce2d5, but for Python 3.11. I tried running this on Arch Linux with Python 3.11 and ran into issues immediately; it would be comforting to know that 3.11 is also supported.

CI appears to have passed in my fork, so I will continue doing some research into what went wrong for me.

edit: my issue is the same as https://github.com/eprbell/rp2/issues/25

eprbell commented 6 months ago

Thanks for submitting the PR. You may want to try uninstalling/reinstalling a fresh version of Python. Let me know if you find out what's going on on your machine.

antonok-edm commented 6 months ago

I'll try to figure out the "correct" way to handle it - will be following up in the other issue!