Skip to content

Commit

Permalink
Merge pull request #1 from acsone/add_python_3.11
Browse files Browse the repository at this point in the history
Add Python 3.11
  • Loading branch information
sbidoul authored Jan 10, 2023
2 parents c7dbc06 + f1123df commit 6359cc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ RUN set -x \
python3.9-venv \
python3.10 \
python3.10-venv \
python3.11 \
python3.11-venv \
postgresql-client \
# expect provides the unbuffer utility
tcl \
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This Odoo image has the following characteristics:
- openssh-client
- rsync
- make
- python2.7/3.5/3.6/3.7/3.8/3.9/3.10
- python2.7/3.5/3.6/3.7/3.8/3.9/3.10/3.11
- virtualenv
- postgresql client
- lessc
Expand Down

0 comments on commit 6359cc8

Please sign in to comment.