From 793cb459606de09363fb94c299177152c405e04e Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Sun, 6 Dec 2020 21:02:39 +0100 Subject: [PATCH] Add Python 3.8 to setup.py classifiers. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 956dd80..b464f13 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'License :: OSI Approved :: MIT License', ], )