We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f61818 commit 0dadc44Copy full SHA for 0dadc44
1 file changed
setup.py
@@ -5,9 +5,9 @@
5
import sys
6
import os
7
8
-if sys.version_info[:2] < (3,1):
+if sys.version_info[:2] < (3,3):
9
sys.stderr.write(
10
- "ERROR: py-postgresql is for Python 3.1 and greater." + os.linesep
+ "ERROR: py-postgresql is for Python 3.3 and greater." + os.linesep
11
)
12
13
"HINT: setup.py was ran using Python " + \
0 commit comments