You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ You will need to have **Python 3.10+ or later** already installed.
18
18
We assume that **micropython** git repository available.
19
19
It is assumed to be at the same level as this repository in the file system.
20
20
If using another location, adjust `MPY_DIR` accordingly.
21
-
You should be using MicroPython 1.26 (or newer).
21
+
You should be using MicroPython 1.27 (or newer).
22
22
23
23
You should build and install the [MicroPython Unix port](https://github.com/micropython/micropython/blob/master/ports/unix/README.md) to run/test on PC (`micropython` executable).
For more details about architectures for native modules, see `MicroPython mpyfiles documentation <https://docs.micropython.org/en/latest/reference/mpyfiles.html#versioning-and-compatibility-of-mpy-files>`_
0 commit comments