Skip to content

Commit 26afcb5

Browse files
committed
[odml/init] Update untested version notice
1 parent f4037bd commit 26afcb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

odml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _format_warning(warn_msg, *args, **kwargs):
3333
msg = "Python 2 has reached end of live."
3434
msg += "\n\todML support for Python 2 has been dropped."
3535
warnings.warn(msg, category=DeprecationWarning, stacklevel=2)
36-
elif _python_version.major == 3 and _python_version.minor < 6:
36+
elif _python_version.major == 3 and _python_version.minor < 7:
3737
msg = "The '%s' package is not tested with your Python version. " % __name__
3838
msg += "\n\tPlease consider upgrading to the latest Python distribution."
3939
warnings.warn(msg)

0 commit comments

Comments
 (0)