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

Can the caller set a min/max Python version? #3

Closed
cclauss opened this issue Apr 12, 2022 · 1 comment
Closed

Can the caller set a min/max Python version? #3

cclauss opened this issue Apr 12, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@cclauss
Copy link
Contributor

cclauss commented Apr 12, 2022

Given https://devguide.python.org/#status-of-python-branches 3.7 <= Python version <= 3.10 might be something that the user might want to enforce? Can this tool enable minimum and maximum Python version limits?

https://devguide.python.org/devcycle/#end-of-life-branches

@cclauss
Copy link
Contributor Author

cclauss commented Apr 13, 2022

If we use a construct like https://github.com/XadillaX/detect-python-interpreter/blob/master/test/index.test.js#L16-L23 to run python --version then stdout should contain the version so that we can report Python version info back to the caller.

@XadillaX XadillaX added the enhancement New feature or request label Apr 13, 2022
@cclauss cclauss closed this as completed May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants