Closed
Description
It looks like python 3.10 is used to do the releasing, but I have a package that is python 3.11+ only home-assistant-libs/home-assistant-bluetooth#30
This means the release workflow fail since The currently activated Python version 3.10.13 is not supported by the project (>=3.11,<3.13). Trying to find and use a compatible version.
sample run: https://github.com/home-assistant-libs/home-assistant-bluetooth/actions/runs/7482007644/job/20364775062
Is there an approved/good way to use a newer python in the build process?