1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 20:43:48 -05:00

Add micropython 1.18 and 1.19.1 (#2443)

Support frozen builtin modules e.g. upip
This commit is contained in:
Dmitriy Serdyuk
2022-09-01 06:48:26 -04:00
committed by GitHub
parent a8afc61146
commit c89a69a6ed
4 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
has_tar_xz_support \
&& { install=install_package; src="https://micropython.org/resources/source/micropython-1.18.tar.xz#96fc71b42ed331c64e1adc5a830ec4f29f2975c23e8751109c03f32b80fa3eb4"; } \
|| { install=install_zip; src="https://micropython.org/resources/source/micropython-1.18.zip#90fa8049cf275310638b9e9c77121f6042f7250b814ef622f9522befde009f57"; }
$install micropython-1.18 "$src" micropython