Skip to content

Commit 739d073

Browse files
committed
Add config for newer Matplotlib versions
1 parent b724df7 commit 739d073

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- macos: py311-test-mpl37
3232
- windows: py311-test-mpl37
3333
# Test newest configurations
34-
- linux: py312-test-mpl38
35-
- macos: py312-test-mpl38
36-
- windows: py312-test-mpl38
34+
- linux: py313-test-mpl310
35+
- macos: py313-test-mpl310
36+
- windows: py313-test-mpl310
3737
# Test intermediate NEP 29 configurations on Linux
3838
- linux: py39-test-mpl38
3939
- linux: py310-test-mpl38

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{39,310,311,312}-test-mpl{37,38}
3+
py{39,310,311,312}-test-mpl{37,38,39,310}
44
py312-test-mpldev-pytestdev
55
codestyle
66
requires =
@@ -21,6 +21,8 @@ description = run tests
2121
deps =
2222
mpl37: matplotlib==3.7.*
2323
mpl38: matplotlib==3.8.*
24+
mpl39: matplotlib==3.9.*
25+
mpl310: matplotlib==3.10.*
2426
mpldev: matplotlib>=0.0.dev0
2527
pytest54: pytest==5.4.*
2628
pytest60: pytest==6.0.*

0 commit comments

Comments
 (0)