From 1281948a8e2911f054096003d052e254374df071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Skrzy=C5=84ski?= Date: Tue, 15 Oct 2024 15:49:56 +0200 Subject: [PATCH] #2362: use supported Python version --- .github/workflows/check-include-guards-and-license.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-include-guards-and-license.yml b/.github/workflows/check-include-guards-and-license.yml index 5dbe48f9f0..586944e349 100644 --- a/.github/workflows/check-include-guards-and-license.yml +++ b/.github/workflows/check-include-guards-and-license.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Dependencies uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.13' - name: Check that for correct include guards and license run: ./scripts/check_guards.sh $(pwd)