Sun-angles module install

Trying to install sun-angles using the command pip install sun-angles from https://pypi.org/project/sun-angles/
I am getting the following error,

ERROR: Could not find a version that satisfies the requirement sun-angles (from versions: none) ERROR: No matching distribution found for sun-angles

Any ideal as to what I’m doing wrong?

What version of python are you using? It looks like sun-angles requires python >= 3.10.

I am running version Python 3.9.11, do I need to update it?

Yes, you will need 3.10 or higher to use that package.

Apparently, if you want to use sun-angles. 3.9 is nearly 6 years old and not getting security fixes.

Thank you both, I will update the version I have.

I have installed the latest version and it is now working, thank you for your help.