- update Python dev requirements to match HA 2024.12 release.
@@ -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"
}
-}
+}
@@ -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: |
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ['3.12']
+ python-version: ['3.13']
steps:
- uses: actions/checkout@v4
@@ -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"