From 96080eba22ffde282e4fb1cf6b2e04271916b058 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Tue, 23 Jan 2024 15:32:25 +0000 Subject: [PATCH] Fix test matrix --- .github/workflows/main.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d09d5e80..08c2138e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,10 +47,16 @@ jobs: matrix: os: [ubuntu, macos] python: ['3.9', '3.12'] - mpl-version: ['3.5', 'latest'] + mpl-version: ['latest'] dist: ['ipympl*.whl'] include: + # Earliest supported Matplotlib, needs python <= 3.10 + - python: '3.9' + mpl-version: '3.5' + dist: 'ipympl*.whl' + # Install from sdist not wheel - python: '3.12' + mpl-version: 'latest' dist: 'ipympl*.tar.gz' steps: