-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[IMP] core: bump minimal python version to 3.12 #14771
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sudo -u @odoo/documents-doc-review @robodoo r+ plz
be6c9dc
to
fc4a561
Compare
fc4a561
to
1088826
Compare
@robodoo r+ |
I'm sorry, @KangOl. I'm afraid I can't do that. |
@odoo/doc-review can you r+? |
Please assign us as reviewers when a doc PR is ready ;) |
.. versionchanged:: 19 | ||
Minimum requirement updated from PostgreSQL 12 to PostgreSQL 13. | ||
|
||
.. versionchanged:: 20 | ||
Minimum requirement updated from PostgreSQL 13 to PostgreSQL 16. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't do this since the doc is versioned.
The displayed requirements should match the version whose documentation you're reading, that's all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was just copied from the existing one in the Python
section (line 123)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, we weren't notified of #5940 introducing it so we didn't block it :D
@Julien00859 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
robodoo r+ delegate+
Once Odoo 20.0 will be out, older postgresql versions will be (soon) out of support. We set the minimal supported version to the version already available today in the current Ubunut LTS version (24.04). Non-exhaustive list of new features that we can now use: - MERGE: https://www.postgresql.org/docs/16/sql-merge.html - UNIQUE NULLS NOT DISTINCT: https://www.postgresql.org/docs/16/indexes-unique.html Part-of: #229675 Related: odoo/documentation#14771 Signed-off-by: Christophe Simonis (chs) <chs@odoo.com>
Select the minimum python version for Odoo 20.0 release. We are looking at Debian 13 and Ubuntu 24.04 and 26.04 (which will be released before Odoo 20.0). The minimum version of these systems is python 3.12. closes #229675 Related: odoo/documentation#14771 Signed-off-by: Christophe Simonis (chs) <chs@odoo.com>
See odoo/odoo#229675 closes #14771 Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
Once Odoo 20.0 will be out, older postgresql versions will be (soon) out of support. We set the minimal supported version to the version already available today in the current Ubunut LTS version (24.04). Non-exhaustive list of new features that we can now use: - MERGE: https://www.postgresql.org/docs/16/sql-merge.html - UNIQUE NULLS NOT DISTINCT: https://www.postgresql.org/docs/16/indexes-unique.html Part-of: #229675 Related: odoo/documentation#14771 Signed-off-by: Christophe Simonis (chs) <chs@odoo.com>
Select the minimum python version for Odoo 20.0 release. We are looking at Debian 13 and Ubuntu 24.04 and 26.04 (which will be released before Odoo 20.0). The minimum version of these systems is python 3.12. closes #229675 Related: odoo/documentation#14771 Signed-off-by: Christophe Simonis (chs) <chs@odoo.com>
See odoo/odoo#229675 closes #14771 Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
odoo/odoo#229675