Przeglądaj źródła

Bump version

- update Python dev requirements to match HA 2024.12 release.
Jason Rumney 1 rok temu
rodzic
commit
db3a1130e5

+ 2 - 2
.devcontainer/devcontainer.json

@@ -1,6 +1,6 @@
 {
 	"name": "Tuya Local Dev",
-	"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
+	"image": "mcr.microsoft.com/devcontainers/python:1-3.13",
 	"postCreateCommand": "pip3 install --user -r requirements.txt",
 	"containerEnv": {
 		"DEVCONTAINER": "1"
@@ -72,4 +72,4 @@
 	"features": {
 		"rust": "latest"
 	}
-}
+}

+ 1 - 1
.github/workflows/linting.yml

@@ -11,7 +11,7 @@ jobs:
       - name: Setup Python
         uses: actions/setup-python@v5
         with:
-          python-version: '3.12'
+          python-version: '3.13'
 
       - name: Install dependencies
         run: |

+ 1 - 1
.github/workflows/tests.yml

@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: ['3.12']
+        python-version: ['3.13']
 
     steps:
       - uses: actions/checkout@v4

+ 1 - 1
.github/workflows/yamltests.yml

@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: ['3.12']
+        python-version: ['3.13']
 
     steps:
       - uses: actions/checkout@v4

+ 1 - 1
custom_components/tuya_local/manifest.json

@@ -15,5 +15,5 @@
         "tinytuya==1.15.1",
         "tuya-device-sharing-sdk>=0.1.9,<=0.2.99"
     ],
-    "version": "2024.12.0"
+    "version": "2024.12.1"
 }