-4

Does any one knows older version of "capital-gains" python library. This support python3.9+ version.

Or any other python library that i can use for capital gains calculation. Can anyone help me?

Priyu Sonar
  • 25
  • 1
  • 3

1 Answers1

0

Just check all available versions in pip repository
And check release history for capital-gains
After that check release history for python

First version of capital-gains released at May 2018. Same as Python 3.7.0

So if you using Python 3.7.0 or newer you may install older version by using pip install capital-gains==1.0.0 (or newer)

If your python is older, these alternatives may be useable (I don't know what is capital-gains and just leave google suggestion here)

rzlvmp
  • 7,512
  • 5
  • 16
  • 45