8000 README: sort newest to oldest · pybricks/python-mpy-cross@126989e · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 126989e

Browse files
committed
README: sort newest to oldest
1 parent ce4ea42 commit 126989e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ from [MicroPython](https://github.com/micropython/micropython) via PyPI.
66
There are multiple MPY ABI versions, so you will need to install the package
77
that corresponds to the target MicroPython version.
88

9-
For MicroPython 1.12 to 1.18:
9+
For MicroPython 1.23:
1010

11-
pip install mpy-cross-v5
11+
pip install mpy-cross-v6.3
1212

13-
For MicroPython 1.19:
13+
For MicroPython 1.22:
1414

15-
pip install mpy-cross-v6
15+
pip install mpy-cross-v6.2
1616

1717
For MicroPython 1.20 to 1.21:
1818

1919
pip install mpy-cross-v6.1
2020

21-
For MicroPython 1.22:
21+
For MicroPython 1.19:
2222

23-
pip install mpy-cross-v6.2
23+
pip install mpy-cross-v6
2424

25-
For MicroPython 1.23:
25+
For MicroPython 1.12 to 1.18:
2626

27-
pip install mpy-cross-v6.3
27+
pip install mpy-cross-v5

0 commit comments

Comments
 (0)
0