Skip to content

Commit f46ee24

Browse files
committed
Don't use Python 3.10
1 parent 62bbff8 commit f46ee24

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/test_and_publish.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,20 @@ jobs:
3131
- macos: py311-test-mpl37
3232
- windows: py311-test-mpl37
3333
# 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
3741
# Test intermediate NEP 29 configurations on Linux
3842
- linux: py39-test-mpl38
3943
- linux: py310-test-mpl37
4044
- linux: py310-test-mpl38
4145
- linux: py311-test-mpl37
42-
- linux: py311-test-mpl310
46+
- linux: py311-test-mpl39
4347
- linux: py312-test-mpl39
44-
- linux: py312-test-mpl310
4548
# Test different versions of pytest
4649
- linux: py312-test-mpldev-pytestdev
4750
- linux: py39-test-mpl39-pytest62

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ docs =
4343
sphinx
4444
mpl_sphinx_theme>=3.9.0
4545
sphinx_design
46-
matplotlib==3.10
46+
matplotlib==3.9.*
4747

4848
[tool:pytest]
4949
testpaths = tests

0 commit comments

Comments
 (0)