-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python 3.11 or newer? #472
Comments
Hi @psy0rz , I can answer you about this question:
Odoo depends on the wkhtmltopdf package to be able to generate PDFs, and it's packaged for Debian: And it must be the binary package generated from wkhtmltopdf, because the package in the Debian repository has some limitations. |
ahhh right that makes sense. |
hi, |
any news here? |
@psy0rz the current Odoo 17 is built on Ubuntu Jammy and the supported Python is 3.10 as noted at https://packages.ubuntu.com/jammy/amd64/python3 If you need to use Python 3.11+ today it would be wise to build your own docker image. Debian Bookworm for example uses 3.11 and you could edit the Dockerfile and try it today. |
According to release notes:
Python 3.11 is between 10-60% faster than Python 3.10. On average, we measured a 1.25x speedup on the standard benchmark suite. See Faster CPython for details.
The official container still uses python 3.9.
Are there plans to upgrade this? For example by switching to debian bookworm as base image?
Also: Would it be possible to just use alpine or the docker python image as base image? Or is there stuff that needs a debian environment?
The text was updated successfully, but these errors were encountered: