Skip to content

Commit a178f3c

Browse files
committed
[FIX] core: bump max supported python version
Part-of: odoo#220858 Related: odoo/enterprise#91149 Signed-off-by: Xavier Morel (xmo) <xmo@odoo.com>
1 parent b016c79 commit a178f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

odoo/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
nt_service_name = "odoo-server-" + series.replace('~','-')
3838

3939
MIN_PY_VERSION = (3, 10)
40-
MAX_PY_VERSION = (3, 12)
40+
MAX_PY_VERSION = (3, 13)
4141
MIN_PG_VERSION = 13

0 commit comments

Comments
 (0)