python -m venv does not even take a patch version.
It does not make sense to specify patch version for the installer if we cannot be sure it is used.
Instead we just use mayor.minor version and dynamically download latest patch version if the mayor.minor is not installed already.
The build_python_wxpython.yaml is fixed to upload latest patch version for each python instead of using a hardcoded patch version.
This will be tested in dev now. Probably should make the build_python_wxpython.yaml more readable.
python -m venv does not even take a patch version. It does not make sense to specify patch version for the installer if we cannot be sure it is used. Instead we just use mayor.minor version and dynamically download latest patch version if the mayor.minor is not installed already.
The build_python_wxpython.yaml is fixed to upload latest patch version for each python instead of using a hardcoded patch version.
This will be tested in dev now. Probably should make the build_python_wxpython.yaml more readable.