Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: V14, python version
by
Tecnativa. S. L., Jairo Llopis
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.