We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mpl35
1 parent 05c2f13 commit 06440eeCopy full SHA for 06440ee
.github/workflows/test_and_publish.yml
@@ -47,7 +47,7 @@ jobs:
47
- linux: py39-test-mpl33-pytest62
48
# Test oldest non-SPEC 0 configurations
49
- linux: py39-test-mpl33
50
- - macos: py39-test-mpl33
+ - macos: py39-test-mpl35
51
- windows: py39-test-mpl33
52
coverage: 'codecov'
53
tox.ini
@@ -31,6 +31,7 @@ deps =
31
mpl33: numpy<2
32
mpl34: matplotlib==3.4.*
33
mpl35: matplotlib==3.5.*
34
+ mpl35: numpy<2
35
mpl36: matplotlib==3.6.*
36
mpl37: matplotlib==3.7.*
37
mpl38: matplotlib==3.8.*
0 commit comments