Skip to content

Commit fd1a560

Browse files
committed
limit to below plover ver 5 in setup and build
1 parent adbd3b0 commit fd1a560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"plover[gui_qt]>=4.0.0.dev10",
3+
"plover[gui_qt]>=4.0.0.dev10,<5.0.0",
44
"setuptools>=38.2.4",
55
"wheel",
66
]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ keywords = plover plover_plugin
2323
[options]
2424
zip_safe = True
2525
install_requires =
26-
plover>=4.0.0.dev8
26+
plover>=4.0.0.dev8,<5.0.0
2727
odfpy
2828
pyparsing > 3.0.7
2929
spylls

0 commit comments

Comments
 (0)