Skip to content

Commit d785bad

Browse files
committed
Test Python 3.8 and 3.9 only on supported Sphix Versions
1 parent c60bfd4 commit d785bad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,14 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
python-version: ['pypy3.9', '3.8', '3.9', '3.10', '3.11', '3.12']
71+
python-version: ['pypy3.10', '3.8', '3.9', '3.10', '3.11', '3.12']
7272
sphinx-version: ['>=5,<6', '>=6a0,<7', '>=7,<8', '>=8,<9']
7373
os: [windows-latest, macos-latest, ubuntu-latest]
74+
exclude:
75+
- python-version: '3.8'
76+
sphinx-version: '>=8,<9'
77+
- python-version: '3.9'
78+
sphinx-version: '>=8,<9'
7479
steps:
7580
- uses: actions/checkout@v4
7681
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)