Python 3.14 support? #2035
zadamxtr2
started this conversation in
Development
Replies: 1 comment
-
|
Not officially supported. CI (test.yml) only runs 3.10–3.12, no 3.13/3.14 in the matrix. But the dependencies that used to block this have caught up: torch has shipped cp314 wheels since the 2.9 series (2.13.0 lists Python 3.14 support), and torchcodec (the audio backend since 4.0) supports 3.10–3.14 with torch >=2.11 as of 0.12+, with no upper pin on either in pyproject.toml. So it's not blocked, just untested. Worth trying in a throwaway venv. If it breaks, that's a concrete signal for a PR adding 3.14 to CI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does pyannote run on Python 3.14? Is official support for 3.14 coming soon?
Beta Was this translation helpful? Give feedback.
All reactions