Skip to content

Clarify Python 3.10+ version check - #15

Open
Andrej730 wants to merge 1 commit into
travisjungroth:mainfrom
Andrej730:clarify-py-version-check
Open

Clarify Python 3.10+ version check#15
Andrej730 wants to merge 1 commit into
travisjungroth:mainfrom
Andrej730:clarify-py-version-check

Conversation

@Andrej730

Copy link
Copy Markdown

Added a comment clarifying why this check is needed.
Used >= instead of >, though (3,10,0) > (3,10) also evaluates to True, just to make it more explicit.

Added a comment clarifying why this check is needed.
Used `>=` instead of `>`, though `(3,10,0) > (3,10)` also evaluates to
`True`, just to make it more explicit.
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.

1 participant