# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1635149435 -7200 # Mon Oct 25 10:10:35 2021 +0200 # Node ID e264c82901914689d4ee2c9e496ea7c65b7d6b1b # Parent 9e9db8f35a12a4a700d042865a127a4527e30abe 🚑 use python 3.9 as odoorpc is not compatible with python 3.10 diff --git a/Dockerfile b/Dockerfile --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-alpine +FROM python:3.9-alpine ARG BUILD_DATE="" ARG VCS_URL="" ARG VCS_REF="" diff --git a/NEWS.rst b/NEWS.rst --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,11 @@ History ======= +12.0.1 +------ + +Do not use python 3.10 as odoorpc is not compatible with this version. + 12.0.0 ------