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.
1 parent f7fd24b commit 575e7ffCopy full SHA for 575e7ff
tox.ini
@@ -7,7 +7,7 @@ isolated_build = True
7
[testenv]
8
deps =
9
unit: pytest
10
- unit: matplotlib; implementation_name != 'pypy' and python_version <= '3.14'
+ unit: matplotlib; implementation_name != 'pypy' and python_version <= '3.15'
11
doctest: sphinx
12
doctest: myst-parser
13
doctest: alabaster
0 commit comments