Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: V14, python version

by
Akretion France, David BEAL
- 17/09/2021 11:52:36
Yep, thanks

Probably need a new thread on v15 for this topic.

David BEAL
Consultant ERP Odoo


Le ven. 17 sept. 2021 à 08:57, Jairo Llopis <jairo.llopis@tecnativa.com> a écrit :
FWIW Odoo is using python 3.8 on their runbots for saas-14.5 and master branches.

You just have to go to runbot and search for "Full install_all logs" from the little cog:


Examples (links will probably expire soon):


All these have lines like:

Requirement already satisfied: decorator==4.3.0 in /usr/local/lib/python3.8/dist-packages (from -r odoo/requirements.txt (line 3)) (4.3.0)

Which means that they're using python 3.8.

Maybe a good option for us is to base our CIs on the same version as they do.

FTR with the same technique we can see that they're using py3.6 for Odoo v12 and v13, and py3.8 for v14.

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

Reference