Python 3.11 compatibility
fritanga opened this issue · 1 comments
fritanga commented
After upgrade my Home Assistant 2023.3 virtual environment to Python 3.11 found this issue:
ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.7.0,<3.11; 1.1.0 Requires-Python >=3.7.0,<3.11; 2.0.0 Requires-Python >=3.7.0,<3.11; 2.0.1 Requires-Python >=3.7.0,<3.11; 2.1.0 Requires-Python >=3.7.0,<3.11; 3.0.0 Requires-Python >=3.7.0,<3.11
ERROR: Could not find a version that satisfies the requirement pyworldtidesinfo (from versions: none)
ERROR: No matching distribution found for pyworldtidesinfo
Forcing install via --ignore-requires-python
solves the problem and worldstideinfo integration seems to work ok.
i would like to take the opportunity to thank you for your nice work :)
jugla commented
I will correct it !
Thanks for your feed back !
:-)