From c9620394de1318be0a79dd83662a895773ced657 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Fri, 1 May 2020 19:00:27 +0200 Subject: [PATCH] Made Python version requirement less specific. Since I don't use any hyper-modern stuff, requiring Pyton 3.x should be sufficient. --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 7c606c7..04ea9db 100644 --- a/Pipfile +++ b/Pipfile @@ -11,4 +11,4 @@ gpxpy = "*" py3exiv2 = "*" [requires] -python_version = "3.7" +python_version = "3"