Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6748cb

Browse files
authored
Update version of Matplotlib that needs Python 3.7
Fixes #18882. Updated the minimum version of Matplotlib from 3.1 to 3.4 in setup.py.
1 parent 6928693 commit e6748cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
if sys.version_info < min_version:
1414
error = """
15-
Beginning with Matplotlib 3.1, Python {0} or above is required.
15+
Beginning with Matplotlib 3.4, Python {0} or above is required.
1616
You are using Python {1}.
1717
1818
This may be due to an out of date pip.

0 commit comments

Comments
 (0)