summarylogtreecommitdiffstats
path: root/fix-python312-regex-warning.patch
AgeCommit message (Collapse)Author
2026-05-06Add patch to fix Python 3.12+ regex DeprecationWarningEduardo Parra
Add raw string prefix (r) to CELL_ADDRESS regex in tableutils.py to eliminate SyntaxWarning in Python 3.12+ Fixes deprecation warning: bad escape \d at position 10