From cde6dcde744cb463fdae0950c7a8de230ce03783 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 10 Apr 2018 11:06:57 +0300 Subject: [PATCH] Pipfile: Switch back to Python 3 It seems the issue with ansible-vault has been solved in the upcoming Ansible 2.5.x so I'll switch back to using Python 3 with pipenv. --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 0e73cff..bc8090a 100644 --- a/Pipfile +++ b/Pipfile @@ -12,4 +12,4 @@ cryptography = "*" [dev-packages] [requires] -python_version = "2.7" +python_version = "3.6"