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

f-string compatibility with Python version < 3.8 #44

Merged

Conversation

hyingho
Copy link
Contributor

@hyingho hyingho commented Aug 26, 2022

Avoid the use of print(f" {variable = } ...") syntax that is not supported by Python < 3.8.

@hyingho
Copy link
Contributor Author

hyingho commented Aug 26, 2022

@TE-StephenTiedemann Would you please review and merge this PR? Thank you.

@TE-StephenTiedemann TE-StephenTiedemann merged commit 703fb94 into master Aug 26, 2022
@TE-StephenTiedemann TE-StephenTiedemann deleted the feature/20220808-fstring-python3.7-compatibility branch August 26, 2022 13:11
@hyingho hyingho self-assigned this Aug 31, 2022
@hyingho hyingho added the release-note-bugfix Auto-release; Bugfix label Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note-bugfix Auto-release; Bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants