Skip to content

Commit 8dc241f

Browse files
committed
V3 tutorial: add note re V1.13 release.
1 parent 390dd05 commit 8dc241f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

v3/docs/TUTORIAL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ CPython V3.8 and above.
108108

109109
## 0.1 Installing uasyncio on bare metal
110110

111-
No installation is necessary if a daily build of firmware is installed. The
112-
version may be checked by issuing at the REPL:
111+
No installation is necessary if a daily build of firmware is installed or
112+
release build V1.13 or later. The version may be checked by issuing at
113+
the REPL:
113114
```python
114115
import uasyncio
115116
print(uasyncio.__version__)

0 commit comments

Comments
 (0)