File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
31
31
- macos: py39-test-mpl33
32
32
- windows: py39-test-mpl33
33
33
# Test oldest non-NEP 29 configurations
34
- - linux: py36 -test-mpl20
34
+ - linux: py39 -test-mpl20
35
35
runs-on: ubuntu-20.04
36
- - macos: py36 -test-mpl20
37
- - windows: py36 -test-mpl20
36
+ - macos: py39 -test-mpl20
37
+ - windows: py39 -test-mpl20
38
38
# Test newest configurations
39
39
- linux: py312-test-mpl38
40
40
- macos: py312-test-mpl38
48
48
# Test different versions of pytest
49
49
- linux: py312-test-mpldev-pytestdev
50
50
- linux: py39-test-mpl33-pytest62
51
- - linux: py38 -test-mpl31-pytest54
51
+ - linux: py39 -test-mpl31-pytest54
52
52
coverage : " codecov"
53
53
54
54
publish :
Original file line number Diff line number Diff line change 4
4
Installation Guide
5
5
##################
6
6
7
- This plugin is compatible with Python 3.6 and later, and
7
+ This plugin is compatible with Python 3.9 and later, and
8
8
requires `pytest <http://pytest.org >`__ and
9
9
`matplotlib <http://www.matplotlib.org >`__ to be installed.
10
10
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ long_description_content_type = text/x-rst
23
23
zip_safe = True
24
24
packages = find:
25
25
include_package_data = True
26
- python_requires = >=3.6
26
+ python_requires = >=3.9
27
27
install_requires =
28
28
pytest
29
29
matplotlib
You can’t perform that action at this time.
0 commit comments