[V3] Remove all mentions of Python 3.5 (#1896)

We don't speak of him any more.
This commit is contained in:
Toby Harradine
2018-07-12 02:23:18 +02:00
committed by Kowlin
parent 50f6dcef2f
commit 83a0459b6a
4 changed files with 6 additions and 18 deletions

View File

@@ -12,12 +12,3 @@ if discord.version_info.major < 1:
" >= 1.0.0."
)
sys.exit(1)
if sys.version_info < (3, 6, 0):
print(Back.RED + "[DEPRECATION WARNING]")
print(
Back.RED + "You are currently running Python 3.5."
" Support for Python 3.5 will end with the release of beta 16."
" Please update your environment to Python 3.6 as soon as possible to avoid"
" any interruptions after the beta 16 release."
)