From c195f37cfc80d522c940677d91877717ac36dfed Mon Sep 17 00:00:00 2001 From: Andreas Heine <56362817+AndreasHeine@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:45:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f3687aa2..47b63364c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ http://freeopcua.github.io/, https://github.com/FreeOpcUa/opcua-asyncio # opcua-asyncio -opcua-asyncio is an asyncio-based asynchronous OPC UA client and server based on python-opcua, removing support of python < 3.7. +opcua-asyncio is an asyncio-based asynchronous OPC UA client and server based on python-opcua, removing support of python < 3.8. Asynchronous programming allows for simpler code (e.g. less need for locks) and can potentially provide performance improvements. This library also provides a [synchronous wrapper](https://github.com/FreeOpcUa/opcua-asyncio/blob/master/asyncua/sync.py) over the async API, which can be used in synchronous code instead of python-opcua.