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 e6ce812 commit fa02ef5Copy full SHA for fa02ef5
.github/workflows/tests.yml
@@ -30,10 +30,10 @@ jobs:
30
runs-on: ubuntu-latest
31
steps:
32
- uses: actions/checkout@v4
33
- - name: Set up Python 3.13
+ - name: Set up Python 3.10
34
uses: actions/setup-python@v5
35
with:
36
- python-version: "3.13"
+ python-version: "3.10"
37
- name: Install nox.
38
run: python -m pip install nox
39
- name: Build the documentation.
0 commit comments