From 3e0bbcee048ef01bdcea86f35a68c24991ae6457 Mon Sep 17 00:00:00 2001 From: dgelessus Date: Sun, 19 Apr 2020 16:21:25 +0200 Subject: [PATCH] Add Python 3.8 classifier to metadata --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 5eb4e1f..c3dd4b5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,6 +24,7 @@ classifiers = Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 license = MIT license_files = LICENSE