diff --git a/setup.cfg b/setup.cfg index 14e9da89d..6bf276774 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ python_requires = >=3.8.0 # importlib_resources is used instead of stdlib importlib.resources because we # want the selectable entry_points API, which is not present until Python 3.10. install_requires = - capstone>=4.0,<5.0 + capstone>=5.0,<6.0 cmsis-pack-manager>=0.5.2,<1.0 colorama<1.0 hidapi>=0.10.1,<1.0; platform_system != "Linux"