Dependabot does not like the >3.14.2 version specification
@@ -6,7 +6,7 @@ build-backend = "uv_build"
name = "tuya-local"
description = "A Home Assistant integration for local control of Tuya devices."
version = "0.0.0"
-requires-python = ">3.14.2"
+requires-python = ">=3.14.2"
dependencies = [
"tinytuya~=1.18.0",
"tuya-device-sharing-sdk~=0.2.4"