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

Add ast.Str tests to support older python releases #505

Merged

Conversation

douglasjacobsen
Copy link
Collaborator

This merge fixes an issue with older python versions, where ast.Str is used for strings instead of ast.Constant.

This commit fixes an issue with older python versions, where ast.Str is
used for strings instead of ast.Constant.
@douglasjacobsen douglasjacobsen added the bug Something isn't working label May 23, 2024
@linsword13 linsword13 merged commit 6b8979d into GoogleCloudPlatform:develop May 23, 2024
11 checks passed
@douglasjacobsen douglasjacobsen deleted the fix_old_python_ast branch May 23, 2024 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants