Files
fdroidserver/fdroidserver
Hans-Christoph Steiner 92f76bafce calculate_math_string: support Python 3.14 and newer
Switch to ast.Constant, ast.Num was deprecated in Python 3.8 and removed in
Python 3.14.

> Changed in version 3.8: Class ast.Constant is now used for all constants.
>
> Deprecated since version 3.8: Old classes ast.Num, ast.Str, ast.Bytes,
> ast.NameConstant and ast.Ellipsis are still available, but they will be
> removed in future Python releases. In the meanwhile, instantiating them
> will return an instance of a different class.
https://docs.python.org/3.14/library/ast.html#ast.AST.end_col_offset
2025-12-03 19:24:02 +01:00
..
2024-05-08 16:26:46 +02:00
2025-05-22 12:16:43 +02:00
2025-05-22 12:16:43 +02:00
2025-05-12 18:30:03 +02:00
2025-03-25 12:13:22 +01:00
2025-06-23 22:37:23 +02:00
2022-03-29 15:53:45 +02:00