bacpypes icon indicating copy to clipboard operation
bacpypes copied to clipboard

Added pyasyncore as a dependecy for Python>=3.12

Open daniel-leicht opened this issue 2 months ago • 2 comments

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.

daniel-leicht avatar Oct 09 '25 10:10 daniel-leicht