Skip to content

Commit

Permalink
Require wasmtime>=0.20,<0.28.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jul 3, 2021
1 parent f11e290 commit 505780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def long_description():
install_requires=[
"importlib_resources; python_version<'3.9'",
"appdirs~=1.4",
"wasmtime>=0.20,<0.22"
"wasmtime>=0.20,<0.28"
],
packages=["yowasp_yosys"],
package_data={"yowasp_yosys": [
Expand Down

0 comments on commit 505780d

Please sign in to comment.