We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25a9af commit 4157654Copy full SHA for 4157654
1 file changed
odoo/__init__.py
@@ -17,7 +17,7 @@
17
18
import sys
19
MIN_PY_VERSION = (3, 10)
20
-MAX_PY_VERSION = (3, 12)
+MAX_PY_VERSION = (3, 13)
21
assert sys.version_info > MIN_PY_VERSION, f"Outdated python version detected, Odoo requires Python >= {'.'.join(map(str, MIN_PY_VERSION))} to run."
22
23
# ----------------------------------------------------------
0 commit comments