Skip to content

Commit 2438c5f

Browse files
committed
docs: Update to MicroPython 1.26
1 parent bbd2c77 commit 2438c5f

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/developing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You will need to have **Python 3.10+ or later** already installed.
1818
We assume that **micropython** git repository available.
1919
It is assumed to be at the same level as this repository in the file system.
2020
If using another location, adjust `MPY_DIR` accordingly.
21-
You should be using MicroPython 1.25 (or newer).
21+
You should be using MicroPython 1.26 (or newer).
2222

2323
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).
2424

docs/native_modules.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ The following is an overview of .mpy ABI version for MicroPython releases.
3636
+---------------------+---------------+
3737
| MicroPython version | .mpy version |
3838
+=====================+===============+
39+
| 1.26.x | 6.3 |
40+
+---------------------+---------------+
3941
| 1.25.x | 6.3 |
4042
+---------------------+---------------+
4143
| 1.24.x | 6.3 |

docs/support.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ There are no long-term-support or bugfix versions of emlearn-micropython, at thi
1919
================== ======================
2020
MicroPython emlearn-micropython
2121
================== ======================
22-
1.25.x master
22+
1.26.x master
23+
1.26.x 0.9.x
2324
1.25.x 0.8.x
2425
1.24.x 0.7.0
2526
1.23.x 0.6.0

0 commit comments

Comments
 (0)