commit: 2d1324fb7b1890a0f1afd71a5a95c217f5c1722e Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Tue Oct 6 02:18:47 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Tue Oct 6 02:18:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2d1324fb
update python requirements to 2.7 We don't test older versions anywhere anymore as it's not in the tree. README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 0a0373c..46a99e8 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ simple and reproducable manner. Use at your own risk. Requirements ======================= -- Python 2.4 or greater (may still work with 2.3) +- Python 2.7 or greater (may still work with 2.6) - An ebuild repository snapshot (or an ebuild tree to create one) - A generic stage3 tarball for your architecture - shash for digest support
