From 44b1b5ce9c5cc51e4ee73bfb6ba571e7fd8528cd Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 8 Jun 2023 01:50:33 +0200 Subject: [PATCH] Updated python to 3.11 --- .github/workflows/ci-validation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: | -- 2.47.3