jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/557530 )
Change subject: [setup] Add python 3.8 to the setup classifier ......................................................................
[setup] Add python 3.8 to the setup classifier
Change-Id: Ieb3fb179022871f0872b3e6a77f1a8d74e5f2dac --- M setup.py 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Merlijn van Deen: Looks good to me, approved jenkins-bot: Verified
diff --git a/setup.py b/setup.py index de86399..066bb9c 100644 --- a/setup.py +++ b/setup.py @@ -237,6 +237,7 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Wiki', 'Topic :: Software Development :: Libraries :: Python Modules',
pywikibot-commits@lists.wikimedia.org