🌐 AI搜索 & 代理 主页
Skip to content

Commit 575e7ff

Browse files
committed
Update matplotlib regression tests, now compatible with Python 3.14 (but probably not with 3.15 yet)
1 parent f7fd24b commit 575e7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ isolated_build = True
77
[testenv]
88
deps =
99
unit: pytest
10-
unit: matplotlib; implementation_name != 'pypy' and python_version <= '3.14'
10+
unit: matplotlib; implementation_name != 'pypy' and python_version <= '3.15'
1111
doctest: sphinx
1212
doctest: myst-parser
1313
doctest: alabaster

0 commit comments

Comments
 (0)