trevorhobenshield / amazon_photos

Amazon Photos API
https://pypi.org/project/amazon_photos
MIT License
43 stars 6 forks source link

python 3.10+ ? #14

Open zerog2k opened 1 month ago

zerog2k commented 1 month ago

Curious, if there is a reason this requires python 3.10+? https://github.com/trevorhobenshield/amazon_photos/blob/main/setup.py#L32

Would love to be able to install and use this on python 3.9 which is my default python version installed on macos 12 monterey

qualityangel commented 1 month ago

It requires 3.10 or above. if you dont want that and want to try it with 3.9, just change line 32 with "3.9". However, it can be the case that there are functions that are not working on versions below 3.10.10. It is recommended to upgrate to the latest stable version.