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

Feature request: check python version #102

Open
2xyo opened this issue Feb 21, 2019 · 1 comment
Open

Feature request: check python version #102

2xyo opened this issue Feb 21, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@2xyo
Copy link

2xyo commented Feb 21, 2019

As Python 3.7.2 is not so common and as people don't read the doc, It would be great to check the current python version.

Snippet:

import sys
MIN_PYTHON = (3, 7, 2)
if sys.version_info < MIN_PYTHON:
    sys.exit("Python %s.%s.%s or later is required.\n" % MIN_PYTHON)

@yugoslavskiy yugoslavskiy added the enhancement New feature or request label Feb 21, 2019
@yugoslavskiy yugoslavskiy self-assigned this Feb 21, 2019
@yugoslavskiy
Copy link
Member

Hello @2xyo !

Thank you for you suggestion and code snippet provided, it's very important for us. We will put your request to our internal GitLab instance and implement it during next sprint.

Have a great day and take care!

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

3 participants