Skip to content

Commit d0bfa29

Browse files
committed
Bump min Python to 3.9
1 parent 48a5ffe commit d0bfa29

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
- macos: py39-test-mpl33
3232
- windows: py39-test-mpl33
3333
# Test oldest non-NEP 29 configurations
34-
- linux: py36-test-mpl20
34+
- linux: py39-test-mpl20
3535
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
3838
# Test newest configurations
3939
- linux: py312-test-mpl38
4040
- macos: py312-test-mpl38
@@ -48,7 +48,7 @@ jobs:
4848
# Test different versions of pytest
4949
- linux: py312-test-mpldev-pytestdev
5050
- linux: py39-test-mpl33-pytest62
51-
- linux: py38-test-mpl31-pytest54
51+
- linux: py39-test-mpl31-pytest54
5252
coverage: "codecov"
5353

5454
publish:

docs/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Installation Guide
55
##################
66

7-
This plugin is compatible with Python 3.6 and later, and
7+
This plugin is compatible with Python 3.9 and later, and
88
requires `pytest <http://pytest.org>`__ and
99
`matplotlib <http://www.matplotlib.org>`__ to be installed.
1010

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ long_description_content_type = text/x-rst
2323
zip_safe = True
2424
packages = find:
2525
include_package_data = True
26-
python_requires = >=3.6
26+
python_requires = >=3.9
2727
install_requires =
2828
pytest
2929
matplotlib

0 commit comments

Comments
 (0)