From 1f9b108dd04db015c3d375d3c2be4dfd9d336918 Mon Sep 17 00:00:00 2001 From: jfm Date: Thu, 30 Oct 2025 07:50:04 +0100 Subject: [PATCH] Python 3.13 for home assistant --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 333a869..0837fd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "rapt-cloud-api" version = "0.2.2" description = "Python bindings for the Rapt.io API" readme = "README.md" -requires-python = ">=3.14" +requires-python = ">=3.13" dependencies = [ "aiohttp>=3.13.1", "loguru>=0.7.3",