We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d29e0 commit 34761ceCopy full SHA for 34761ce
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
from sys import version_info
8
9
py_version = version_info[:2]
10
-if not (2, 7) <= py_version < (3, 0):
+if not (2, 3) <= py_version < (3, 0):
11
raise ImportError('Python %d.%d is not supported by DBUtils.' % py_version)
12
13
import warnings
0 commit comments