1
0
Fork 0

[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
commit f9c8deb4e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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]