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

Please build wheels for python 3.13 #209

Open
zackw opened this issue Oct 9, 2024 · 1 comment
Open

Please build wheels for python 3.13 #209

zackw opened this issue Oct 9, 2024 · 1 comment

Comments

@zackw
Copy link

zackw commented Oct 9, 2024

It appears that your intent is to support python 3.13 in the just-released cytoolz 1.0, but your CI process is still only building wheels for 3.8 through 3.12. Please add 3.13 to the set of CPython versions for which you build wheels.

@mowshon
Copy link

mowshon commented Oct 21, 2024

This error occurred to me in Docker as well. Using python:3.13-slim-bookworm
Exactly if there is a slim version of the image.

poetry install --no-root --only main -vvv

If I change it to:

FROM python:3.13-bookworm

Everything works fine.
Except that the image size is larger if I remove the slim...

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

No branches or pull requests

2 participants