Skip to content

Commit

Permalink
Upgrade the Python version for the wiki workflow from 3.9 to 3.12 (#2565
Browse files Browse the repository at this point in the history
)
  • Loading branch information
suhaibmujahid authored Jan 7, 2025
1 parent 038b63c commit 6e6ce3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.9
python-version: 3.12

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

0 comments on commit 6e6ce3c

Please sign in to comment.