]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
setup.py: add some extra (tested) python versions.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 21 Apr 2020 11:26:49 +0000 (07:26 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 21 Apr 2020 11:26:49 +0000 (07:26 -0400)
setup.py

index 274216c4ab9b2898be7408fd500c5e894d49e5f7..213234a46f26570d1c1bbb4d6f1bc9d6cf5b10b0 100644 (file)
--- 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',
     ]
 )