From 03bb9ff84a054db5f337cbb3ab6c2eebb9321905 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Fri, 29 May 2020 02:36:02 +0900 Subject: [PATCH] Add py38 to the list of PyPI classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a427d5493..5e822fe9b 100644 --- a/setup.py +++ b/setup.py @@ -202,6 +202,7 @@ setup( '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', 'Programming Language :: Python :: Implementation :: PyPy', 'Framework :: Setuptools Plugin',