We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6a034 commit 8bf4292Copy full SHA for 8bf4292
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Python
13
uses: actions/setup-python@v2
14
with:
15
- python-version: 3.9
+ python-version: 3.12
16
- run: python -m pip install -r docs/requirements.txt
17
- name: Build docs
18
run: |
0 commit comments