mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-07 01:55:13 +00:00
[build] Bump PyInstaller version pin to >=6.10.0 (#10709)
Authored by: bashonly
This commit is contained in:
@@ -82,7 +82,7 @@ test = [
|
||||
"pytest~=8.1",
|
||||
]
|
||||
pyinstaller = [
|
||||
"pyinstaller>=6.7.0", # for compat with setuptools>=70
|
||||
"pyinstaller>=6.10.0", # Windows temp cleanup fixed in 6.10.0
|
||||
]
|
||||
py2exe = [
|
||||
"py2exe>=0.12",
|
||||
|
||||
Reference in New Issue
Block a user