We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e8f33 commit 269e483Copy full SHA for 269e483
setup.py
@@ -4,7 +4,7 @@
4
5
import sys
6
if sys.version_info < (2, 6):
7
- print("THIS MODULE REQUIRES PYTHON 2.6 OR LATER. YOU ARE CURRENTLY USING PYTHON {0}".format(sys.version))
+ print("THIS MODULE REQUIRES PYTHON 2.6, 2.7, OR 3.3+. YOU ARE CURRENTLY USING PYTHON {0}".format(sys.version))
8
sys.exit(1)
9
10
import speech_recognition
0 commit comments