Skip to content

Commit 5221c70

Browse files
committed
Upgrade github actions to python 3.10.2
1 parent 6a0eab7 commit 5221c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@master
1616
- uses: actions/setup-python@v2
1717
with:
18-
python-version: '3.8' # Version range or exact version of a Python version to use, using semvers version range syntax.
18+
python-version: '3.10.2' # Version range or exact version of a Python version to use, using semvers version range syntax.
1919
architecture: 'x64' # (x64 or x86)
2020
- run: |
2121
# add dependencies based on the conf.py

0 commit comments

Comments
 (0)