We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36468c commit a7d1361Copy full SHA for a7d1361
.github/workflows/tests.yml
@@ -30,10 +30,10 @@ jobs:
30
os: [ubuntu-latest]
31
python-version: ["3.11", "3.12", "3.13"]
32
# Test last 2 major releases of Sphinx; regression fixtures target the latest.
33
- sphinx: ["~=8.0", "~=9.0"]
+ sphinx: ["~=7.0", "~=8.0"]
34
include:
35
- os: windows-latest
36
- python-version: 3.11
+ python-version: 3.13
37
# Windows pulling in dependencies fails
38
experimental: true
39
- os: macos-latest
@@ -79,7 +79,7 @@ jobs:
79
- name: Set up Python
80
uses: actions/setup-python@v5
81
with:
82
- python-version: '3.11'
+ python-version: '3.13'
83
cache: "pip"
84
cache-dependency-path: "pyproject.toml"
85
- name: Install fonts
0 commit comments