Skip to content

Commit 7868361

Browse files
committed
Don't update pypy, matplotlib doesn't support
1 parent 5f01383 commit 7868361

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,16 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
python-version: ['pypy3.10', '3.8', '3.9', '3.10', '3.11', '3.12']
71+
python-version: ['pypy3.9', '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]
7474
exclude:
7575
- python-version: '3.8'
7676
sphinx-version: '>=8,<9'
7777
- python-version: '3.9'
7878
sphinx-version: '>=8,<9'
79+
- python-version: 'pypy3.9'
80+
sphinx-version: '>=8,<9'
7981
steps:
8082
- uses: actions/checkout@v4
8183
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)