Skip to content

Commit cfa9cad

Browse files
committed
no variables
1 parent cebcb93 commit cfa9cad

1 file changed

Lines changed: 9 additions & 14 deletions

File tree

.github/workflows/tests.yml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,28 @@ jobs:
1515

1616
tests:
1717

18-
env:
19-
# Latest supported versions for reuse
20-
LATEST_PYTHON: "3.13"
21-
LATEST_SPHINX: "~=8.0"
22-
2318
strategy:
2419
fail-fast: false
2520
matrix:
2621
os: [ubuntu-latest]
2722
python-version: ["3.10", "3.11", "3.12", "3.13"]
28-
sphinx: ["${{ env.LATEST_SPHINX }}"]
23+
sphinx: ["~=8.0"]
2924
myst-parser: [""] # Newest MyST Parser (any)
3025
include:
3126
# Just check the other platforms once
3227
- os: windows-latest
33-
python-version: "${{ env.LATEST_PYTHON }}"
34-
sphinx: "${{ env.LATEST_SPHINX }}"
28+
python-version: "3.13"
29+
sphinx: "~=8.0"
3530
myst-parser: "~=4.0"
3631
pillow: "==11.0.0"
3732
- os: macos-latest
38-
python-version: "${{ env.LATEST_PYTHON }}"
39-
sphinx: "${{ env.LATEST_SPHINX }}"
33+
python-version: "3.13"
34+
sphinx: "~=8.0"
4035
myst-parser: "~=4.0"
4136
pillow: "==11.0.0"
4237
- os: ubuntu-latest
43-
python-version: "${{ env.LATEST_PYTHON }}"
44-
sphinx: "${{ env.LATEST_SPHINX }}"
38+
python-version: "3.13"
39+
sphinx: "~=8.0"
4540
myst-parser: "~=4.0"
4641
pillow: "==11.0.0"
4742
# Mid-range dependencies
@@ -52,8 +47,8 @@ jobs:
5247
pillow: "==11.0.0"
5348
# Newest known-compatible dependencies
5449
- os: ubuntu-latest
55-
python-version: "${{ env.LATEST_PYTHON }}"
56-
sphinx: "${{ env.LATEST_SPHINX }}"
50+
python-version: "3.13"
51+
sphinx: "~=8.0"
5752
myst-parser: "==4.0.0"
5853
pillow: "==11.0.0"
5954

0 commit comments

Comments
 (0)