nathanramoscfa / pycgapi

An unofficial Python wrapper for the CoinGecko API
MIT License
3 stars 1 forks source link

python 3.12 compatibility #15

Open materemias opened 5 months ago

materemias commented 5 months ago

the current version doesn't install on python 3.12 because of the explicit <3.12 flag and the numpy dependency version (should be 1.26+ afaik)

nathanramoscfa commented 5 months ago

pycgapi only works on Python 3.9, 3.10, and 3.11 at the moment. Please try with Python 3.11. I'll put it on my to-do to add compatibility to Python 3.12.