We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fbe98 commit ff00e21Copy full SHA for ff00e21
telegram/__init__.py
@@ -104,4 +104,4 @@
104
if version_info < (2, 7):
105
from warnings import warn
106
warn("python-telegram-bot will stop supporting Python 2.6 in a future release. "
107
- "Please upgrade your Python!")
+ "Please upgrade your Python version to at least Python 2.7!")
0 commit comments