From: Michael Orlitzky Date: Tue, 21 Apr 2020 11:26:49 +0000 (-0400) Subject: setup.py: add some extra (tested) python versions. X-Git-Tag: 0.1.2~15 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=7837b7fff14547167fce6d4ba37c0c955f482cf6 setup.py: add some extra (tested) python versions. --- 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', ] )