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

Replace Python 3.7 with 3.12 in test matrix #114

Closed qwhelan closed 4 months ago

qwhelan commented 5 months ago

Python 3.7 is deprecated and no longer downloadable via the standard actions setup, so remove and replace with Python 3.12

Documentation test failure appears to be due to Yahoo Finance blocking Github Actions - the failing URL is valid.

eprbell commented 4 months ago

The URL is actually good, but for some reason some URLs appear broken from Github CI sometimes. The solution is to disable markdown link check: could you enclose the offending link in <!-- markdown-link-check-disable -->...<!-- markdown-link-check-ensable -->?

qwhelan commented 4 months ago

@eprbell Done, needs approval from you to run