From 8756a764c2f5e5bff760d94721d69358239a1e1b Mon Sep 17 00:00:00 2001 From: Akseli Lukkarila Date: Fri, 6 Sep 2024 15:13:07 +0300 Subject: [PATCH] add requires-python version --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6765392..df7e1bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.1.0" description = "Home Assistant integration for Extron switchers and audio processors" readme = "README.md" license = {file = "LICENSE"} +requires-python = ">=3.12" dependencies = ["homeassistant"] [tool.black]