From 399274286eacfe8b55e47cf21adeecf7a1c8b3b3 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Tue, 9 Jun 2020 13:01:22 +0200 Subject: [PATCH] Add classifiers for Python 3.7 and 3.8 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index c9b986c..653be04 100644 --- a/setup.py +++ b/setup.py @@ -89,6 +89,8 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Internet', 'Topic :: Utilities', ],