From 501951b7d4c5ca839cef6afe73504e85b2585686 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 17 Nov 2019 11:22:42 +0200 Subject: [PATCH] Pipfile: Use Python 3.8 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index eb366c9..da1af0e 100644 --- a/Pipfile +++ b/Pipfile @@ -10,4 +10,4 @@ ansible-lint = "*" [dev-packages] [requires] -python_version = "3.7" +python_version = "3.8"