From: Giorgio Ravera Date: Wed, 7 Jun 2023 23:50:33 +0000 (+0200) Subject: Updated python to 3.11 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=44b1b5ce9c5cc51e4ee73bfb6ba571e7fd8528cd;p=homeassistant.git Updated python to 3.11 --- diff --git a/.github/workflows/ci-validation.yaml b/.github/workflows/ci-validation.yaml index b32c8b36..a32bdfa3 100644 --- a/.github/workflows/ci-validation.yaml +++ b/.github/workflows/ci-validation.yaml @@ -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: |