details: https://code.tryton.org/tryton/commit/f5cd50fd92a5
branch: default
user: Cédric Krier <[email protected]>
date: Sat Mar 21 12:07:21 2026 +0100
description:
Do not install mrml on Python version greater than 3.14
See https://github.com/jdrouet/mrml/issues/597
diffstat:
trytond/pyproject.toml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 76eb605be401 -r f5cd50fd92a5 trytond/pyproject.toml
--- a/trytond/pyproject.toml Sat Mar 21 09:02:25 2026 +0100
+++ b/trytond/pyproject.toml Sat Mar 21 12:07:21 2026 +0100
@@ -50,7 +50,7 @@
graphviz = ['pydot']
html2text = ['html2text']
image = ['pillow']
-mjml = ['mrml']
+mjml = ['mrml; python_version < "3.14"']
qrcode = [
'qrcode[pil]',
'webcolors',