forked from pool/virtualbox
Use specific python version, not python3 #2
Reference in New Issue
Block a user
Delete Branch "dgarcia/virtualbox:mypython"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
virtualbox is not building with python3.13 as primary python
This patch makes configurable the version of python to use for building instead of python3 and by default defines
python311that's the current one used.