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

chore: restrict python version #162

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Conversation

lamchau
Copy link
Collaborator

@lamchau lamchau commented Oct 17, 2024

python 3.13 seems to have introduced changes that some packages haven't
been able to keep up with. we should restrict the latest until we've had
adequate time for it to bake.

adds compatibility: #154
fixes: #156

$ uv sync --index-url https://pypi.org/simple
Resolved 102 packages in 543ms
error: Failed to prepare distributions
  Caused by: Failed to fetch wheel: greenlet==3.0.3
  Caused by: Build backend failed to build wheel through `build_wheel()` with exit status: 1
error: Failed to prepare distributions
  Caused by: Failed to fetch wheel: tiktoken==0.7.0
  Caused by: Build backend failed to build wheel through `build_wheel()` with exit status: 1

python 3.13 seems to have introduced changes that some packages haven't
been able to keep up with. we should restrict the latest until we've had
adequate time for it to bake.

adds compatibility: block#154
fixes: block#156
@lamchau lamchau merged commit 57fc062 into block:main Oct 18, 2024
4 checks passed
@lamchau lamchau deleted the lam/restrict-version branch October 18, 2024 02:26
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 this pull request may close these issues.

Failure to build tiktoken wheel on python 3.13 using uv
3 participants