Skip to content

Commit 06440ee

Browse files
Set oldest macOS test tompl35 (#250)
1 parent 05c2f13 commit 06440ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- linux: py39-test-mpl33-pytest62
4848
# Test oldest non-SPEC 0 configurations
4949
- linux: py39-test-mpl33
50-
- macos: py39-test-mpl33
50+
- macos: py39-test-mpl35
5151
- windows: py39-test-mpl33
5252
coverage: 'codecov'
5353

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ deps =
3131
mpl33: numpy<2
3232
mpl34: matplotlib==3.4.*
3333
mpl35: matplotlib==3.5.*
34+
mpl35: numpy<2
3435
mpl36: matplotlib==3.6.*
3536
mpl37: matplotlib==3.7.*
3637
mpl38: matplotlib==3.8.*

0 commit comments

Comments
 (0)