From 21107cc5dc09aa428107e13b3a3955e36c53800d Mon Sep 17 00:00:00 2001 From: Aditya Bavadekar Date: Thu, 23 Oct 2025 02:46:24 +0530 Subject: [PATCH] chore: Update Python version in lint workflow to 3.12 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1be0c557..b17bcd74 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.11 + python-version: 3.12 - name: Install Python dependencies run: |