chore: Update Python version in lint workflow to 3.12

This commit is contained in:
Aditya Bavadekar
2025-10-23 02:46:24 +05:30
parent 78190cad3c
commit 21107cc5dc

View File

@@ -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: |