X Tutup
Skip to content

Commit ff00e21

Browse files
committed
include in warning that Py2.7 will still be supported
1 parent 80fbe98 commit ff00e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@
104104
if version_info < (2, 7):
105105
from warnings import warn
106106
warn("python-telegram-bot will stop supporting Python 2.6 in a future release. "
107-
"Please upgrade your Python!")
107+
"Please upgrade your Python version to at least Python 2.7!")

0 commit comments

Comments
 (0)
X Tutup