Move to python 3.13
Description
The new RCE version (10.6.0) allows for more current python versions. So lets use the most current: Python 3.13
Testing Instructions
- Uninstall python 3.11
- Install python 3.13
- Run
vcpkg remove python3 --recurse
Developer Checklist
-
Code has been tested locally and/or in pipeline. -
(if applicable) documentation updated. -
(if applicable) impact of new dependencies reviewed and included in project. -
Merge conflicts resolved with the target branch.
Additional Notes
- In case of acceptance - documentation needs to be updated
- Within the testing instructions, one on so remove python3 from vcpkg - this is really important, otherwise the build process won't work. This was the root issue of MR 16. Because of that, the python install path was moved back to the local user python intall
Edited by Maurice Zimmnau