Skip to content

Commit 8763432

Browse files
committed
Fix test matrix
1 parent f99708b commit 8763432

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/main.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,18 @@ jobs:
4747
matrix:
4848
os: [ubuntu, macos]
4949
python: ['3.9', '3.12']
50-
mpl-version: ['3.5', 'latest']
50+
mpl-version: ['latest']
5151
dist: ['ipympl*.whl']
5252
include:
53-
- python: '3.12'
53+
# Earliest supported Matplotlib, needs python <= 3.10
54+
- os: ubuntu
55+
python: '3.9'
56+
mpl-version: '3.5'
57+
dist: 'ipympl*.whl'
58+
# Install from sdist not wheel
59+
- os: ubuntu
60+
python: '3.12'
61+
mpl-version: 'latest'
5462
dist: 'ipympl*.tar.gz'
5563

5664
steps:

0 commit comments

Comments
 (0)