home-assistant/wheels-custom-integrations

Drop python 3.8 support

freundTech opened this issue · 1 comments

Both this repository and https://github.com/home-assistant/wheels currently build wheels using python 3.8 and 3.9.
Home Assistant dropped support for python 3.8 in 2022.2.

Therefore I wanted to ask if it would be possible to also drop python 3.8 support from the wheels builder.

This is currently blocking me from submitting my custom integration here, as it's dependency requires python 3.9 and therefore fails the CI on this repo.

The custom integrations wheels builder is currently halted, so not a concern for this repository at this point.

Python 3.10 is not yet supported by the project.