From 6d67f3bbdcf98f6704eda497313fe8d3b2a08e34 Mon Sep 17 00:00:00 2001 From: Conor MacBride Date: Mon, 15 Sep 2025 21:03:58 +0100 Subject: [PATCH 1/2] `mpl35` is the oldest with macOS arm64 wheels --- .github/workflows/test_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 1949226..49db011 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -47,7 +47,7 @@ jobs: - linux: py39-test-mpl33-pytest62 # Test oldest non-SPEC 0 configurations - linux: py39-test-mpl33 - - macos: py39-test-mpl33 + - macos: py39-test-mpl35 - windows: py39-test-mpl33 coverage: 'codecov' From b06c168c5198d5e1bd96fac6655f587b2642af96 Mon Sep 17 00:00:00 2001 From: Conor MacBride Date: Mon, 15 Sep 2025 21:55:04 +0100 Subject: [PATCH 2/2] require numpy<2 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index cff7325..db1b7d2 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,7 @@ deps = mpl33: numpy<2 mpl34: matplotlib==3.4.* mpl35: matplotlib==3.5.* + mpl35: numpy<2 mpl36: matplotlib==3.6.* mpl37: matplotlib==3.7.* mpl38: matplotlib==3.8.*