Skip to content

Commit 1875998

Browse files
committed
Switched Pages CI to Python 3.11.
1 parent 6a91f1c commit 1875998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setting up Python interpreter
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.10'
21+
python-version: '3.11'
2222
- name: Installing dependencies
2323
run: |
2424
pip install --upgrade pip

0 commit comments

Comments
 (0)