bacpypes
bacpypes copied to clipboard
Added pyasyncore as a dependecy for Python>=3.12
When using bacpypes with Python >= 3.12, users encounter a
ModuleNotFoundError: No module named 'asyncore'
because asyncore has been removed from the standard library.
This pull request resolves the issue by adding pyasyncore as a dependency for Python >= 3.12, ensuring compatibility with newer Python versions.