Skip to content

Commit 6e6ce3c

Browse files
Upgrade the Python version for the wiki workflow from 3.9 to 3.12 (#2565)
1 parent 038b63c commit 6e6ce3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v3
1919
with:
20-
python-version: 3.9
20+
python-version: 3.12
2121

2222
- name: Check rules on the wiki page
2323
run: python scripts/check_rules_on_wiki.py -ci

0 commit comments

Comments
 (0)