We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0eab7 commit 5221c70Copy full SHA for 5221c70
.github/workflows/pages.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@master
16
- uses: actions/setup-python@v2
17
with:
18
- python-version: '3.8' # Version range or exact version of a Python version to use, using semvers version range syntax.
+ python-version: '3.10.2' # Version range or exact version of a Python version to use, using semvers version range syntax.
19
architecture: 'x64' # (x64 or x86)
20
- run: |
21
# add dependencies based on the conf.py
0 commit comments