bde-tools icon indicating copy to clipboard operation
bde-tools copied to clipboard

Use a canonical Python3 version

Open tcanabrava opened this issue 2 years ago • 1 comments

The current check differs from file to file, some require python, some require python3.8. The current version of python is 3.10, and it's backward compatible, so we only need to test if a python version is below python3.8 before bailing out.

This future proofs the code and allows linux distros and windows installations to use newer python versions.

tcanabrava avatar Jan 16 '23 11:01 tcanabrava

We cannot accept this solution due to internal Python deployment ( uses 3.6, which is not sufficient ). This issue was addressed in new version on bde build system ( see bbs_build_env/bbs_build wrappers ). The documentation for those tools will be deployed shortly.

osubboo avatar Jan 19 '23 16:01 osubboo