From c2a05688d7f46d1dcbdadd5f9d153fe6759ffaff Mon Sep 17 00:00:00 2001 From: "Myst(MysterialPy)" Date: Sat, 25 Jan 2020 15:13:00 +1000 Subject: [PATCH] Add Python 3.8 classifier to setup.py Added `Programming Language :: Python :: 3.8` classifier to setup.py since Discord.py fully supports it without error or warning. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1782e2489..8202403ea 100644 --- a/setup.py +++ b/setup.py @@ -68,6 +68,7 @@ setup(name='discord.py', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Internet', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules',