Open akaihola opened 8 months ago
Thanks for reporting! hm, it seems ast.Str and ast.Num and perhaps other nodes will be all merged into ast.Constant. Naively replacing ast.Str with ast.Constant leads to errors in flynt.
Unfortunately I couldn't find a solution to suppress these warnings either, they are no issue for users until they start using python3.14, so if I could I'd just supress warnings until then.
In my CI build, I'm getting these deprecation warnings from Python 3.12: