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)