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

Skip to content

Commit b6c43c4

Browse files
authored
Merge pull request #18888 from hs2361/fix-for-issue-18882
DOC: Update version of Matplotlib that needs Python 3.7
2 parents 6928693 + e6748cb commit b6c43c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)