Skip to content

Commit c195f37

Browse files
authored
Update README.md
1 parent e7eb4df commit c195f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ http://freeopcua.github.io/, https://github.com/FreeOpcUa/opcua-asyncio
77

88
# opcua-asyncio
99

10-
opcua-asyncio is an asyncio-based asynchronous OPC UA client and server based on python-opcua, removing support of python < 3.7.
10+
opcua-asyncio is an asyncio-based asynchronous OPC UA client and server based on python-opcua, removing support of python < 3.8.
1111
Asynchronous programming allows for simpler code (e.g. less need for locks) and can potentially provide performance improvements.
1212
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.
1313

0 commit comments

Comments
 (0)