Enaml-native android builds for Python updated to 3.10.2

March 13, 2022

Python 3.10.2 builds for android are now available via conda-mobile!

They are updated to build on the new side by side android NDK and targets a minimum api level of 24 and python 3.10.

The packages are now built using github actions. The ci file is generated with a script and it creates a really neat graph.

Python 3.10 for android CI graph

The repo has also been updated to make use of mamba (a much faster version of conda) that saves over 20 minutes of run time vs conda!

Some builds are still not passing (as I currently don't need them) but feel free to check it out! Pull requests are welcome!

Happy coding!