Skip to content

Commit fc5195b

Browse files
committed
README: Remove warning about the project being in beta stage.
It's been over 12 years and the project is relatively stable now. Signed-off-by: Damien George <damien@micropython.org>
1 parent 4319927 commit fc5195b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ The MicroPython project
66
<img src="https://raw.githubusercontent.com/micropython/micropython/master/logo/upython-with-micro.jpg" alt="MicroPython Logo"/>
77
</p>
88

9-
This is the MicroPython project, which aims to put an implementation
10-
of Python 3.x on microcontrollers and small embedded systems.
9+
This is the MicroPython project, an implementation of Python 3.x for
10+
microcontrollers, embedded systems and other constrained platforms.
1111
You can find the official website at [micropython.org](http://www.micropython.org).
1212

13-
WARNING: this project is in beta stage and is subject to changes of the
14-
code-base, including project-wide name changes and API changes.
15-
1613
MicroPython implements the entire Python 3.4 syntax (including exceptions,
1714
`with`, `yield from`, etc., and additionally `async`/`await` keywords from
1815
Python 3.5 and some select features from later versions). The following core

0 commit comments

Comments
 (0)