From 81adb51f5b3e7fd57a5dba365e753f45c3453e12 Mon Sep 17 00:00:00 2001 From: Victoria Fierce Date: Sat, 3 Sep 2022 14:41:26 +0200 Subject: [PATCH] pipfile: be less specific about python version --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index cfff546..1bff16d 100644 --- a/Pipfile +++ b/Pipfile @@ -10,4 +10,4 @@ semantic-version = "*" [dev-packages] [requires] -python_version = "3.10" +python_version = "3"