We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 870f4de + 0396cdc commit 7394245Copy full SHA for 7394245
setup.py
@@ -3,7 +3,7 @@
3
from os import path
4
import sys
5
6
-min_py_version = (3, 4)
+min_py_version = (3, 5)
7
8
if sys.version_info < min_py_version:
9
sys.exit('DataJoint is only supported on Python {}.{} or higher'.format(*min_py_version))
0 commit comments