From 778d1c15abe758f50ed3dc8ebbbe2ea3e864baf7 Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Sun, 28 Feb 2021 21:34:46 +0100 Subject: [PATCH] Increased required Python version to 3.8 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6b51f749924..d50536fb3bb 100644 --- a/Pipfile +++ b/Pipfile @@ -19,4 +19,4 @@ pymisp = "~=2.4.123" PyYAML = "~=5.1" [requires] -python_version = "3.6" +python_version = "~=3.8.2"