Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup: Fix DeprecationWarning from ast
“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]>
- Loading branch information