From 5622cbd553c2b6e8d5b65dfe5502b72ba38c5684 Mon Sep 17 00:00:00 2001 From: Fusselkater Date: Fri, 11 Nov 2022 06:28:37 +0100 Subject: [PATCH] require python 3, not 3.10 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index ea118bd..d047cc6 100644 --- a/Pipfile +++ b/Pipfile @@ -11,4 +11,4 @@ pillow = "*" [dev-packages] [requires] -python_version = "3.10" +python_version = "3"