Skip to content

Commit e8fe188

Browse files
committed
Restrict pyinstaller to Python <3.14 for CI compatibility
1 parent f1163b2 commit e8fe188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pyperclip = "^1.9.0"
8383
pytest-mock = "^3.14.0"
8484
pytest-asyncio = "^0.26.0"
8585
hypothesis = "^6.131.25"
86-
pytest-cov = "^6.1.1"
86+
pyinstaller = { version = "^6.14.1", python = ">=3.9,<3.14" }
8787
pytest-xdist = "^3.6.1"
8888
pytest-randomly = "^3.16.0"
8989
pytest-sugar = "^1.0.0"

0 commit comments

Comments
 (0)