Skip to content

Commit cbfef4d

Browse files
committed
[FIX] core: bump max supported python version
1 parent 7dfbaa4 commit cbfef4d

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,4 +37,4 @@
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)

0 commit comments

Comments
 (0)