The XXL build for Mac is more difficult now, as I need to account for both Arm and Intel targets. The bundled Python itself is universal2 build, but most packages publish separate wheels for intel and arm and when I pip-install the packages into the bundle on my Intel Mac, only Intel wheels get downloaded.
I heard that it's possible to make pip ignore published binaries and build universal2 wheels during the install. If I manage to do this, then I'll restore the XXL bundle. Or I'll start publishing separate installers for Intel and Arm.
BTW, I haven't received any feedback about XXL builds so far. Do you consider them to be important? I suppose some teachers prescribe XXL variant to avoid the mess of installing the right packages. I can see an alternative -- the teacher prepares a requirement.txt and instructs students to install it via "Tools => Manage packages => Install from requirements file". What do you think about this?
Best regards,
Aivar