diff --git a/NEWS.rst b/NEWS.rst index 6263731bf0f9abac6022ca555b83fd4e81c3d28a_TkVXUy5yc3Q=..a78394a02c781636b5ce51bac85669c6c7ba97d3_TkVXUy5yc3Q= 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,11 @@ History ======= +13.2.0 +------ + +Do not require odoorpc that works with python 3.10, just be aware that you need to use the one from requirements if you want python 3.10 compatibility. + 13.1.0 ------ diff --git a/setup.py b/setup.py index 6263731bf0f9abac6022ca555b83fd4e81c3d28a_c2V0dXAucHk=..a78394a02c781636b5ce51bac85669c6c7ba97d3_c2V0dXAucHk= 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ license="MIT", packages=find_packages(), install_requires=[ - "odoorpc>0.8.0", + "odoorpc>=0.8.0", "requests_toolbelt==0.8.0", "python-dateutil>=2.7.0", "coloredlogs",