[build] Bump PyInstaller version pin to >=6.11.1 (#11507)

Authored by: bashonly
This commit is contained in:
bashonly
2024-11-11 21:19:03 +00:00
committed by GitHub
parent 0ec9bfed4d
commit f9c8deb4e5
2 changed files with 3 additions and 3 deletions

View File

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