File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,20 @@ jobs:
31
31
- macos: py311-test-mpl37
32
32
- windows: py311-test-mpl37
33
33
# Test newest configurations
34
- - linux: py313-test-mpl310
35
- - macos: py313-test-mpl310
36
- - windows: py313-test-mpl310
34
+ #
35
+ # TODO: mpl310 gives different hashes on different operating systems
36
+ # when that's fixed, these should be bumped to mpl310
37
+ #
38
+ - linux: py313-test-mpl39
39
+ - macos: py313-test-mpl39
40
+ - windows: py313-test-mpl39
37
41
# Test intermediate NEP 29 configurations on Linux
38
42
- linux: py39-test-mpl38
39
43
- linux: py310-test-mpl37
40
44
- linux: py310-test-mpl38
41
45
- linux: py311-test-mpl37
42
- - linux: py311-test-mpl310
46
+ - linux: py311-test-mpl39
43
47
- linux: py312-test-mpl39
44
- - linux: py312-test-mpl310
45
48
# Test different versions of pytest
46
49
- linux: py312-test-mpldev-pytestdev
47
50
- linux: py39-test-mpl39-pytest62
Original file line number Diff line number Diff line change 43
43
sphinx
44
44
mpl_sphinx_theme>=3.9.0
45
45
sphinx_design
46
- matplotlib ==3.10
46
+ matplotlib ==3.9.*
47
47
48
48
[tool:pytest]
49
49
testpaths = tests
You can’t perform that action at this time.
0 commit comments