]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Updated python to 3.11
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 7 Jun 2023 23:50:33 +0000 (01:50 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 7 Jun 2023 23:50:33 +0000 (01:50 +0200)
.github/workflows/ci-validation.yaml

index b32c8b368624d0f60dcee5ab2e256da5a97e5584..a32bdfa33c8651175582ccfa62920ec7ecce9c5d 100644 (file)
@@ -21,10 +21,10 @@ jobs:
     steps:
     - uses: actions/checkout@v3
 
-    - name: Set up Python 3.10
+    - name: Set up Python 3.11
       uses: actions/setup-python@v4
       with:
-        python-version: "3.10"
+        python-version: "3.11"
 
     - name: Install dependencies
       run: |