From 7837b7fff14547167fce6d4ba37c0c955f482cf6 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 21 Apr 2020 07:26:49 -0400 Subject: [PATCH] setup.py: add some extra (tested) python versions. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 274216c..213234a 100644 --- a/setup.py +++ b/setup.py @@ -24,5 +24,8 @@ setup( 'Intended Audience :: Science/Research', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ] ) -- 2.43.2