Просмотр исходного кода

Fix python version

Dependabot does not like the >3.14.2 version specification
Jason Rumney 2 месяцев назад
Родитель
Сommit
996838f86b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -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"