* Fix issue (663): the merge script raises exception `too many runtime files` if the runtime files are generated by command `runtime` * Add new option `--no-runtime` for merge script `helper.merge` * Add new platform `linux.x86.11.py310` to support super mode for Python 3.10 * Do not load core library `_pytransform` for command `register` and `download`
7.3.0
* Change core version to **r48.2** * Fix Apple Silcon crash issue: use `darwin.aarch64.0` as default library * Add 2 super mode libraries: `darwin.aarch64.8.py38`, `darwin.aarch64.8.py39`
7.2.4
* Fix typo in contact email when printing registration information. * Support `pip config` to pass extra option when building pyarmored wheel.
7.2.3
* Fix issue(644): build pyarmored wheel with the corresponding python tag and platform tag * Fix issue: build wheel failed
7.2.0
* Enhancement(641): pyarmor as build-backend in pyproject.toml. Refer to [building pyarmored wheel](https://pyarmor.readthedocs.io/en/latest/build-wheel.html)
7.1.0
* Check the conflicts of option `--restrict 0` and `--with-license` * Fix issue (628): super plus mode crashes if any function is patched * Fix link errors in documentation * Change core version to **r47.1** * Support Python 3.10. For super mode, now only 3 platforms: windows.x86_64, linux.x86_64, darwin.x86_64