From 42aa92ab75483161a0a78270b501d313a30c00d1 Mon Sep 17 00:00:00 2001 From: Roberto Guagliardo Date: Mon, 2 Feb 2026 20:09:50 +0000 Subject: [PATCH] test new python version --- .github/workflows/ai-review.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index 53cc001..1ee560c 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -17,7 +17,11 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.11.x' + check-latest: true + + - name: Show Python + run: python --version - name: Create venv and install run: |