Closed iusedmyimagination closed 1 week ago
Same issue with pip install. No problem in Python 3.9, 3.10, 3.11 or 3.12.
Thank you for the report!
I think the latest version I've attempted was 3.13rc2, and indeed, I can confirm that the final 3.13 release doesn't build. The build is easy enough to get functional, but looks like I've got a few test failures that I should investigate too. I'll report back in a day or two!
@iusedmyimagination OK, 0.0.78 should install on 3.13 for you. (in fact, you probably should even get a binary wheel and not have to build anything)
i'll optimistically close this, but let me know how it goes either way!
Thanks @pschanely, it installed with the binary wheel without any issues. Thank you for the quick turnaround and a wonderful tool!
Our project's pyproject.toml file has:
When installing with Poetry, we get the following error:
Running the specified command gives the same error:
We get the same error in a similar GitHub Action, in Ubuntu.