From f1123dfd4f5385c38c2f9ac4d669c000c75e9db7 Mon Sep 17 00:00:00 2001 From: Thomas Binsfeld Date: Tue, 10 Jan 2023 17:01:46 +0100 Subject: [PATCH] Add Python 3.11 --- Dockerfile | 2 ++ README.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e64b91..fb8a2ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.rst b/README.rst index 47bbcba..09eaa48 100644 --- a/README.rst +++ b/README.rst @@ -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