Skip to content

Conversation

@Yikun
Copy link
Contributor

@Yikun Yikun commented Jan 8, 2021

The criticality_score is using some high version feature, such as print(f'') Formatted string literals[1], which is added in pyhton 3.6.
That means the script would be break down in the python version < 3.6.

This patch bump the python_requires to 3.6 to make sure the script works well.

[1] https://docs.python.org/3.6/reference/lexical_analysis.html#formatted-string-literals

The criticality_score is using some high version feature, such as `print(f'')` Formatted string literals[1], which is added in pyhton 3.6.
That means it would be break down in the version before python 3.6.

This patch we bump the python_requires to 3.6 to make sure the script works well.

[1] https://docs.python.org/3.6/reference/lexical_analysis.html#formatted-string-literals
@inferno-chromium inferno-chromium merged commit b3125d2 into ossf:main Jan 8, 2021
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