diff --git a/setup.py b/setup.py index 12915f4..57c180c 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def run_tests(self, *args, **kwds): cffi_modules=(not rtd and ["snimpy/smi_build.py:ffi"] or []), install_requires=[ "cffi >= 1.0.0", - "pysnmp-lextudio >= 4", + "pysnmp-lextudio >= 4, < 6", 'pyasyncore; python_version >= "3.12"', "setuptools", ],