From 16ad188a28475ff39b455f44ee7e9715c2999c8a Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 2 Jan 2020 08:37:05 +0100 Subject: [PATCH] Python2 has been deprecated And since this has been already updated [a long time ago](https://github.com/tektoncd/pipeline/commit/b1b978fffffb7be66f53be98c4dad91f869d0904) to Python3 let's update the documentation as well. --- tekton/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tekton/README.md b/tekton/README.md index cfde9dc364b..2e67826d9a2 100644 --- a/tekton/README.md +++ b/tekton/README.md @@ -250,7 +250,7 @@ kubectl patch serviceaccount $ACCOUNT \ ## Supporting scripts and images -Some supporting scripts have been written using Python 2.7: +Some supporting scripts have been written using Python3: - [koparse](./koparse) - Contains logic for parsing `release.yaml` files created by `ko`