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 66f3f0b commit e377661Copy full SHA for e377661
.github/workflows/docs.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Python
13
uses: actions/setup-python@v5
14
with:
15
- python-version: "3.10"
+ python-version: "3.13"
16
- name: Install nox
17
run: |
18
python -m pip install --upgrade setuptools pip wheel
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
.github/workflows/lint.yml
- python-version: "3.8"
0 commit comments