From 8513904bec77f310438c8836b7335a2fcc73b66f Mon Sep 17 00:00:00 2001 From: Mohammed Israil Date: Thu, 6 Jan 2022 23:20:04 +0530 Subject: [PATCH] Update Pipfile The latest Python version is `3.10. 0` but the pipenv requires Python 3.7. Making the changes now let it work on any version. --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index bfbd2ab..0dd56d2 100644 --- a/Pipfile +++ b/Pipfile @@ -27,4 +27,4 @@ neo4j-driver = "*" pylint = "*" [requires] -python_version = "3.7" +python_version = "*"