We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc1901 commit 3596c44Copy full SHA for 3596c44
1 file changed
setup.py
@@ -62,7 +62,7 @@
62
msg = "Python 2 has reached end of live."
63
msg += "\n\todML support for Python 2 has been dropped."
64
print(msg)
65
-elif _python_version.major == 3 and _python_version.minor < 6:
+elif _python_version.major == 3 and _python_version.minor < 7:
66
msg = "\n\nThis package is not tested with your Python version. "
67
msg += "\n\tPlease consider upgrading to the latest Python distribution."
68
0 commit comments