From acd8e5e4925bfc135bb1cd4af4300814b82f1798 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Fri, 6 Sep 2019 08:59:44 -0400 Subject: [PATCH] Upgrade python 3.x to 2019 releases Pyenv to version 1.2.13 Python to versions 3.4.10, 3.5.7, 3.6.9, 3.7.4 Signed-off-by: Lott, Christopher (cl778h) Change-Id: Ibf8d278a3c03c0074f33ac2fb6496268d80aa5f4 --- README.md | 1 + defaults/main.yml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0dc9697..693637d 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ pyenv_version: Version of pyenv to install. python34_version: Version of Python 3.4 to install. python35_version: Version of Python 3.5 to install. python36_version: Version of Python 3.6 to install. +python37_version: Version of Python 3.7 to install. Dependencies ------------ diff --git a/defaults/main.yml b/defaults/main.yml index 3d8abaf..f32ef60 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,7 +1,7 @@ --- -pyenv_version: v1.2.7 -python34_version: 3.4.7 -python35_version: 3.5.4 -python36_version: 3.6.4 -python37_version: 3.7.0 +pyenv_version: v1.2.13 +python34_version: 3.4.10 +python35_version: 3.5.7 +python36_version: 3.6.9 +python37_version: 3.7.4 pyenv_command: 'pyenv global system {{python37_version}} {{python36_version}} {{python35_version}} {{python34_version}}' -- 2.16.6