From e266f0070cc0f877dd4b0f3b941cafa945c97985 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Fri, 7 Jul 2017 08:15:10 -0700 Subject: [PATCH] Correct docstring re: Python minimum At present we actually have a reasonably high Python minimum of 3.5. We could back that off to 3.3 without much effort or perhaps even 3.2. Once we're a little closer to something to release, we should consider doing that. --- cppo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppo b/cppo index 293391e..73fb545 100755 --- a/cppo +++ b/cppo @@ -42,7 +42,7 @@ options: + after a file name indicates a GS/OS or Mac OS extended (forked) file. Wildcard matching (*) is not supported and images are not validated. -ShrinkIt support requires Nulib2. cppo requires Python 2.6+ or 3.0+.""" +ShrinkIt support requires Nulib2. cppo requires xxxPython 3.5+.""" import sys import os