Skip to content

Commit 7394245

Browse files
Merge pull request #694 from ixcat/master
setup.py: bump min_py_version -> (3, 5)
2 parents 870f4de + 0396cdc commit 7394245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from os import path
44
import sys
55

6-
min_py_version = (3, 4)
6+
min_py_version = (3, 5)
77

88
if sys.version_info < min_py_version:
99
sys.exit('DataJoint is only supported on Python {}.{} or higher'.format(*min_py_version))

0 commit comments

Comments
 (0)