Skip to content

Commit 15e84a2

Browse files
committed
Update version check
1 parent 76effcf commit 15e84a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sympy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def enable_warnings():
3636

3737
import sys
3838
if ((sys.version_info[0] == 2 and sys.version_info[1] < 7) or
39-
(sys.version_info[0] == 3 and sys.version_info[1] < 4)):
40-
raise ImportError("Python version 2.7 or 3.4 or above "
39+
(sys.version_info[0] == 3 and sys.version_info[1] < 5)):
40+
raise ImportError("Python version 2.7 or 3.5 or above "
4141
"is required for SymPy.")
4242

4343
del sys

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy