Skip to content

Commit 3596c44

Browse files
committed
[setup.py] Update untested version notice
The rdflib dependency requires Python 3.7+. Update the "untested package" notice on install from Python < 3.6 to < 3.7.
1 parent 1fc1901 commit 3596c44

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
@@ -62,7 +62,7 @@
6262
msg = "Python 2 has reached end of live."
6363
msg += "\n\todML support for Python 2 has been dropped."
6464
print(msg)
65-
elif _python_version.major == 3 and _python_version.minor < 6:
65+
elif _python_version.major == 3 and _python_version.minor < 7:
6666
msg = "\n\nThis package is not tested with your Python version. "
6767
msg += "\n\tPlease consider upgrading to the latest Python distribution."
6868
print(msg)

0 commit comments

Comments
 (0)