1
0
Fork 0

[build] Bump PyInstaller to v6.13.0 (#13082)

Ref: https://github.com/yt-dlp/yt-dlp/issues/10294

Authored by: bashonly
This commit is contained in:
bashonly 2025-05-03 12:10:31 -05:00 committed by GitHub
commit 17cf9088d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ test = [
"pytest-rerunfailures~=14.0",
]
pyinstaller = [
"pyinstaller>=6.11.1", # Windows temp cleanup fixed in 6.11.1
"pyinstaller>=6.13.0", # Windows temp cleanup fixed in 6.13.0
]
[project.urls]