Skip to content

Commit e63abfa

Browse files
committed
#2362: use supported Python version
1 parent e19385f commit e63abfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-include-guards-and-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Dependencies
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: '3.7'
16+
python-version: '3.13'
1717

1818
- name: Check that for correct include guards and license
1919
run: ./scripts/check_guards.sh $(pwd)

0 commit comments

Comments
 (0)