From 8b0176309ae8cb583d6ffcd035a79716d158c096 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Tue, 25 Mar 2014 15:01:39 +0000 Subject: requires lowest version of python we are testing with git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci.sphere/trunk@30674 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 536e29ea7e0a8e01c3ff05113636deffb7a2bcb9 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 70d9790..f7e9e90 100755 --- a/setup.cfg +++ b/setup.cfg @@ -12,7 +12,7 @@ classifier = Programming Language :: Python Topic :: Scientific/Engineering :: Astronomy Topic :: Software Development :: Libraries :: Python Modules -requires-python = >=2.6 +requires-python = >=2.7 [files] packages = -- cgit