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

GitHub Actions: Add Python 3.13 to the testing #2487

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jan 4, 2025

Python 3.13 is blocked waiting on numba>=0.61.0 -- https://pypi.org/project/numba/0.60.0/#history
and
triton>3.1.0 -- https://pypi.org/project/triton/#history

dependencies = [
  "triton>=2; python_version<'3.13' and (platform_machine=='x86_64' and sys_platform=='linux') or sys_platform=='linux2'",
]

@rdinkel
Copy link

rdinkel commented Jan 29, 2025

Hey,
what is the current state here?
triton 3.2.0 is available.
I am asking because the flatpak of kdenlive ships with python 3.13 and installing whisper inside fails building wheel.

@cclauss
Copy link
Contributor Author

cclauss commented Jan 29, 2025

@jongwook Tests on Python 3.13 now pass with the new versions of numba and triton.

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.

2 participants