* Included ubuntu-arm64 in Build Python package yml
* Updated builder and installer scripts
* Updated test scripts
* Modified test file
* Replaced macos-11 with macos-13
* Update build-python-packages.yml
* fix: use `--upgrade` rather than `--ignore-installed` to upgrade pip
This removes left over files when upgrading pip.
* remove all installed python on macOS
The macOS pkg installer does not setup default certificates for OpenSSL.
A script is provided by the macOS pkg installer to setup those using the certifi PyPI package.
Let's run this script as part of the setup template in order to be able to do HTTPS downloads out of the box.
* Download osx packages and setup script
* install from pkg for 3.11 only
* More debug
* More debug
* fix version check
* New-Item build_output.txt
* installationTemplateLocation
* fix version
* fix beta version
* fix building from source
* fix building from source
* fix pkg name
* fix setup.sh
* fix test
* Fix config test with semver
* Fix PYTHON_MAJOR_MINOR
* migrate from .format to interpolation
* add PYTHON_FRAMEWORK_PATH variable
* improve pkg condition
* Add support of unstable versions to package generation (#2)
* Add support of symver versions to Python setup scripts and tests
Co-authored-by: Maksim Petrov <47208721+vmapetr@users.noreply.github.com>
Co-authored-by: MaksimZhukov <v-mazhuk@microsoft.com>
Co-authored-by: Maxim Lobanov <v-malob@microsoft.com>