We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209bc4f commit a56cbb2Copy full SHA for a56cbb2
1 file changed
odoo/release.py
@@ -37,5 +37,5 @@
37
nt_service_name = "odoo-server-" + series.replace('~','-')
38
39
MIN_PY_VERSION = (3, 10)
40
-MAX_PY_VERSION = (3, 12)
+MAX_PY_VERSION = (3, 13)
41
MIN_PG_VERSION = 13
0 commit comments