From 63f9b70ae29347f7a61b631f8cac729321986f86 Mon Sep 17 00:00:00 2001 From: Daniel Leskosky Date: Wed, 12 Jan 2022 11:50:11 -0800 Subject: [PATCH] want to try github actions without python 3.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b04cb07b..f271eb15 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def read(fname): "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3.6", + #"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Scientific/Engineering",