From d3b61ad49e09a316add5b79651e59a1837685e21 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 24 Nov 2019 04:29:51 +0100 Subject: [PATCH] Pipfile: python_version = "3.8" --- tests/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Pipfile b/tests/Pipfile index 4bbae44ef..3ac5abf86 100644 --- a/tests/Pipfile +++ b/tests/Pipfile @@ -10,4 +10,4 @@ pytest = "*" [dev-packages] [requires] -python_version = "3.6" +python_version = "3.8"