From 1b086f1d6f320c7a1996ee21d2f9286d923139be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 07:26:12 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.13 --- .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 9407bca..af21631 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: - name: "Set up Python" uses: actions/setup-python@v5.6.0 with: - python-version: "3.11" + python-version: "3.13" cache: "pip" - name: "Install requirements"