Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a canonical Python3 version #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tcanabrava
Copy link

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.

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.
@osubboo
Copy link
Contributor

osubboo commented Jan 19, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants