Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Python 3.12 #391

Closed
mboutet opened this issue Nov 2, 2023 · 0 comments · Fixed by #392
Closed

Support for Python 3.12 #391

mboutet opened this issue Nov 2, 2023 · 0 comments · Fixed by #392

Comments

@mboutet
Copy link
Contributor

mboutet commented Nov 2, 2023

I think it's only a matter of making the wheel available for Python 3.12 on PyPI.

On Python 3.11.3, I'm able to install it via pip install rapidyaml, but on Python 3.12.0, it tries to build the wheel and fails.

I also tried with Poetry, but it complains that it's unable to find an installation candidate:

  • Installing rapidyaml (0.5.0): Failed

  RuntimeError

  Unable to find installation candidates for rapidyaml (0.5.0)

Let me know if you need more information.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant