From a1971de3322e7fe53a2e72790c600eed6146815b Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 27 Jun 2021 20:30:59 +0200 Subject: [PATCH] Bump python version to 3.8.3 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 4598668..2922272 100644 --- a/Pipfile +++ b/Pipfile @@ -14,4 +14,4 @@ honcho = "*" pyinotify = "*" [requires] -python_full_version = "3.8.0" +python_full_version = "3.8.3"