Skip to content

Commit 3d1ed22

Browse files
committed
ADD py313 Noble in 16.0|17.0|18.0
py313 is officialy supported by odoo from 17.O and a PR provides the support on OCB see (OCA/OCB#1321)
1 parent 47707ad commit 3d1ed22

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ jobs:
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

0 commit comments

Comments
 (0)