-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
new featureEnhancement specifically adding a new feature (feature request should be used for issues instead)Enhancement specifically adding a new feature (feature request should be used for issues instead)
Description
Description of proposed feature
PyAV v16.0.1 supports Python 3.14, but our GitHub Actions tests fail on that version.
- Pin version of pyav to avoid breaking changes in their API #4037
- Add Python 3.14 to the testing #4493
The file .github/scripts/ci_build_cairo.py will probably fail on Python 3.14 because of the security changes made to:
manim/.github/scripts/ci_build_cairo.py
Line 59 in de090c1
| file.extractall(directory) |
How can the new feature be used?
Additional comments
Metadata
Metadata
Assignees
Labels
new featureEnhancement specifically adding a new feature (feature request should be used for issues instead)Enhancement specifically adding a new feature (feature request should be used for issues instead)
Type
Projects
Status
🆕 New