akaszynski/keepa

unable to install on python311

Praveensenpai opened this issue · 2 comments

Failed to build multidict yarl
ERROR: Could not build wheels for multidict, yarl, which is required to install pyproject.toml-based projects

Its showing this error on python 3.11 only

Just checked and Python3.11 is indeed supported the Python librarykeepa. My guess is that multidict and yarl didn't have wheels at the time.

Reopen if you can provide a full traceback, I'll add in unit testing for 3.11

BTW, added testing in on #125 for Python 3.11. Should be good, but feel free to reopen if there's still an issue.