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

setup: Fix DeprecationWarning from ast #135

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

andersk
Copy link
Contributor

@andersk andersk commented Oct 23, 2024

DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead

value was added in Python 3.8, due to ast.Str being replaced with ast.Constant: https://docs.python.org/3/whatsnew/3.8.html#deprecated

“DeprecationWarning: Attribute s is deprecated and will be removed in
Python 3.14; use value instead”

value was added in Python 3.8, due to ast.Str being replaced with
ast.Constant: https://docs.python.org/3/whatsnew/3.8.html#deprecated

Signed-off-by: Anders Kaseorg <[email protected]>
@timabbott timabbott merged commit 70b389d into disqus:master Oct 23, 2024
4 checks passed
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