Skip to content

Commit a7d1361

Browse files
committed
No sphinx 9 in tests
1 parent f36468c commit a7d1361

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
os: [ubuntu-latest]
3131
python-version: ["3.11", "3.12", "3.13"]
3232
# Test last 2 major releases of Sphinx; regression fixtures target the latest.
33-
sphinx: ["~=8.0", "~=9.0"]
33+
sphinx: ["~=7.0", "~=8.0"]
3434
include:
3535
- os: windows-latest
36-
python-version: 3.11
36+
python-version: 3.13
3737
# Windows pulling in dependencies fails
3838
experimental: true
3939
- os: macos-latest
@@ -79,7 +79,7 @@ jobs:
7979
- name: Set up Python
8080
uses: actions/setup-python@v5
8181
with:
82-
python-version: '3.11'
82+
python-version: '3.13'
8383
cache: "pip"
8484
cache-dependency-path: "pyproject.toml"
8585
- name: Install fonts

0 commit comments

Comments
 (0)