aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorbashonly <88596187+bashonly@users.noreply.github.com>2024-09-25 18:07:17 -0500
committerGitHub <noreply@github.com>2024-09-25 23:07:17 +0000
commitfb8b7f226d251e521a89b23c415e249e5b788e5c (patch)
tree45053b8afc4f2f455c06efb29c69f86636a7c586 /pyproject.toml
parentb397a64691421ace5df09457c2a764821a2dc6f2 (diff)
[build] Bump PyInstaller version pin to `>=6.10.0` (#10709)
Authored by: bashonly
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 86a8f0f7e..18d9a0a3a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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",