Skip to content

Commit fa02ef5

Browse files
committed
revert changes
1 parent e6ce812 commit fa02ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v4
33-
- name: Set up Python 3.13
33+
- name: Set up Python 3.10
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: "3.13"
36+
python-version: "3.10"
3737
- name: Install nox.
3838
run: python -m pip install nox
3939
- name: Build the documentation.

0 commit comments

Comments
 (0)