Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 00c0fc6

Browse files
authored
revert
1 parent 89258e7 commit 00c0fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python
1717
uses: actions/setup-python@v6
1818
with:
19-
python-version: "3.14"
19+
python-version: "3.10"
2020
- name: Install nox
2121
run: |
2222
python -m pip install --upgrade setuptools pip wheel
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Python
3333
uses: actions/setup-python@v6
3434
with:
35-
python-version: "3.14"
35+
python-version: "3.10"
3636
- name: Install nox
3737
run: |
3838
python -m pip install --upgrade setuptools pip wheel

0 commit comments

Comments
 (0)