From 0ff60e7afaf23d6883d593554b93e54bb56e41fe Mon Sep 17 00:00:00 2001 From: Silvio Leite Date: Wed, 1 Jul 2020 19:37:01 -0300 Subject: [PATCH] chore(setup): Include the python 3.8 to classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 887fdcf..d07c054 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ],