jonasbkarlsson / ev_smart_charging

Electric vehicle smart charging for Home Assistant.
MIT License
140 stars 19 forks source link

Remove support of HA 2022.7 #281

Open jonasbkarlsson opened 4 days ago

codecov[bot] commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.30%. Comparing base (7ab7f98) to head (231eaf2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #281 +/- ## ======================================= Coverage 99.30% 99.30% ======================================= Files 14 14 Lines 1718 1718 ======================================= Hits 1706 1706 Misses 12 12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hmmbob commented 4 days ago

I was curious which version of HA drops which python version, and found the below. Just leaving here for reference.

HA 2023.1 was the last version to support Python 3.9, support for 3.9 was dropped in HA 2023.2

HA 2023.7 was the last version to support Python 3.10, support for 3.10 was dropped in HA 2023.8

HA 2024.3 was the last version to support Python 3.11, support for 3.11 was dropped in HA 2024.4