custom-components / pyscript

Pyscript adds rich Python scripting to HASS
Apache License 2.0
894 stars 47 forks source link

Upgrade dependencies to work with python 3.12 and resolve issue with blocking sunset/sunrise calls #610

Closed IgnusG closed 4 months ago

IgnusG commented 5 months ago

Upgrades dependencies for tests to work with python 3.12 - mainly pytest-homeassistant-custom-component which required some additional packages to update.

Resolves https://github.com/custom-components/pyscript/issues/609 and https://github.com/custom-components/pyscript/issues/608

craigbarratt commented 5 months ago

Awesome - thanks for the PR. Could you look at the failing checks?