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 python 3.13 #2636

Merged
merged 3 commits into from
Oct 28, 2024
Merged

Support python 3.13 #2636

merged 3 commits into from
Oct 28, 2024

Conversation

hanouticelina
Copy link
Contributor

this PR adds python 3.13 support. Following the attempt on adding python 3.13 previously in #2605, the webhooks tests were failing because of an import issue in gradio. This is fixed now in the latest gradio version (5.4.0) in gradio-app/gradio/#9757.

changes made

  • run CI on Python 3.13.
  • run torch@latest only on python 3.12, since there is no support of python 3.13 yet.
  • pin new supported version in setup.py.
  • update documentation.

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@hanouticelina hanouticelina marked this pull request as ready for review October 27, 2024 13:46
Copy link
Contributor

@Wauplin Wauplin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @hanouticelina! Great you followed Gradio's update

@hanouticelina hanouticelina merged commit 1fbbb6e into main Oct 28, 2024
17 checks passed
@hanouticelina hanouticelina deleted the support-python-3-13 branch October 28, 2024 11:09
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.

3 participants