File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 7979 PYTHONTAG : py312
8080 PYTHONBIN : python3.12
8181 DISTRO : jammy
82+ # 16.0 noble WITH python 3.13 is not officially supported by
83+ # Odoo. If you need it, you can take a look at the PR
84+ # https://github.com/OCA/OCB/pull/1321 on the OCB repo
85+ # which introduces this support on top of the 16.0 branch.
86+ - ODOOVERSION : " 16.0"
87+ PYTHONTAG : py313
88+ PYTHONBIN : python3.13
89+ DISTRO : noble
8290 - ODOOVERSION : " 17.0"
8391 PYTHONTAG : py310
8492 PYTHONBIN : python3.10
@@ -95,10 +103,18 @@ jobs:
95103 PYTHONTAG : py312
96104 PYTHONBIN : python3.12
97105 DISTRO : noble
106+ - ODOOVERSION : " 17.0"
107+ PYTHONTAG : py313
108+ PYTHONBIN : python3.13
109+ DISTRO : noble
98110 - ODOOVERSION : " 18.0"
99111 PYTHONTAG : py312
100112 PYTHONBIN : python3.12
101113 DISTRO : noble
114+ - ODOOVERSION : " 18.0"
115+ PYTHONTAG : py313
116+ PYTHONBIN : python3.13
117+ DISTRO : noble
102118 - ODOOVERSION : " 19.0"
103119 PYTHONTAG : py312
104120 PYTHONBIN : python3.12
You can’t perform that action at this time.
0 commit comments