polyudov
Results
2
comments of
polyudov
Hi @sbidoul! Thank you for project! Could you help me with problem with requires-python. In my pyproject.toml of my odoo16 addon ``` [project] requires-python = ">=3.7" ``` But after build...
@sbidoul My odoo16 uses `python3.9` on my local machine and server. I have problem with `Requires-Python: >=3.10` from METADATA during the installation process. What should I do in this case?...