Upgrade python 3.x to 2019 releases 24/61624/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Fri, 6 Sep 2019 12:59:44 +0000 (08:59 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Fri, 6 Sep 2019 13:28:09 +0000 (09:28 -0400)
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) <cl778h@att.com>
Change-Id: Ibf8d278a3c03c0074f33ac2fb6496268d80aa5f4

README.md
defaults/main.yml

index 0dc9697..693637d 100644 (file)
--- 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
 ------------
index 3d8abaf..f32ef60 100644 (file)
@@ -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}}'